Skip to content

Commit

Permalink
Update engines spec in CI configuration
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
kemitchell and ljharb authored Sep 3, 2024
1 parent d1af104 commit 1201552
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: '^18.12 || ^20.9 || >= 22.7'
command: 'npm run engines && npm run tests-only && npm run licenses'

0 comments on commit 1201552

Please sign in to comment.