Skip to content

Commit

Permalink
Merge pull request #118 from JKRhb/ci-node-version
Browse files Browse the repository at this point in the history
ci: use current node versions for testing
JKRhb authored Jul 4, 2024
2 parents 672bf01 + 567b97e commit 358fcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:

0 comments on commit 358fcc2

Please sign in to comment.