Skip to content

Commit b9b23e6

Browse files
committed
[actions] skip pack tests
1 parent e9fdcbe commit b9b23e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node-pretest.yml

Lines changed: 2 additions & 0 deletions
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-pack: true # `npm run tests-only` fails in node 15+ without NODE_OPTIONS=--unhandled-rejections=none, but older nodes throw for unrecognized NODE_OPTIONS

0 commit comments

Comments
 (0)