Skip to content

Commit

Permalink
[Tests] update Node.js range in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Oct 29, 2023
1 parent 4f3985c commit a186941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node-majors.yml@main
with:
range: '>= 14.17'
range: '^16.14.0 || >=18.0.0'
command: 'npm run tests-only && npm run licenses'

0 comments on commit a186941

Please sign in to comment.