Skip to content

Commit

Permalink
ci: update Node version matrix
Browse files Browse the repository at this point in the history
Remove Node v18, add v22
  • Loading branch information
hassy committed Oct 2, 2024
1 parent d8657bd commit e31070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
package: ${{fromJson(needs.generate-matrix-with-packages.outputs.matrix)}}
fail-fast: false
steps:
Expand Down

0 comments on commit e31070e

Please sign in to comment.