Skip to content

Commit 8ff13b0

Browse files
committed
[Tests] skip engines check for now
via readable-stream v3 and browserify-sign, we are breaking support for node < 6 at the moment
1 parent 24eea0d commit 8ff13b0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/node-aught.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
range: '< 10'
1010
type: minors
1111
command: npm run tests-only
12+
skip-ls-check: true
1213

1314
node:
1415
name: 'node < 10'

.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-engines: true # see https://github.com/browserify/browserify-sign/pull/49

0 commit comments

Comments
 (0)