We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
engines
1 parent 5d26485 commit 19af506Copy full SHA for 19af506
.github/workflows/node-pretest.yml
@@ -5,3 +5,5 @@ on: [pull_request, push]
5
jobs:
6
tests:
7
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