Skip to content

Commit

Permalink
test from node major version 20 upwards
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcg committed Dec 16, 2024
1 parent 838beef commit f777e46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
uses: ljharb/actions/.github/workflows/node-majors.yml@main
with:
range: '>= 12'
range: '>= 20'
build-command: npm run build
build-output-dir: lib/
command: npm run tests-only
Expand All @@ -18,4 +18,3 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: 'echo tests completed'

0 comments on commit f777e46

Please sign in to comment.