Skip to content

Commit

Permalink
[Tests] skip engines check for now
Browse files Browse the repository at this point in the history
via readable-stream v3 and browserify-sign, we are breaking support for node < 6 at the moment
  • Loading branch information
ljharb committed Nov 27, 2023
1 parent 24eea0d commit 8ff13b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-aught.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
range: '< 10'
type: minors
command: npm run tests-only
skip-ls-check: true

node:
name: 'node < 10'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/node-pretest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/pretest.yml@main
with:
skip-engines: true # see https://github.com/browserify/browserify-sign/pull/49

0 comments on commit 8ff13b0

Please sign in to comment.