Skip to content

Commit 19af506

Browse files
committed
[actions] skip engines check since bin/tape and the rest of the lib conflict
1 parent 5d26485 commit 19af506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node-pretest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ on: [pull_request, push]
55
jobs:
66
tests:
77
uses: ljharb/actions/.github/workflows/pretest.yml@main
8+
with:
9+
skip-engines: true # bin/tape requires node 8+, but the rest of tape supports 0.4+

0 commit comments

Comments
 (0)