Skip to content

Commit

Permalink
change node version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Jun 16, 2024
1 parent 5dfc531 commit 9d71798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node: [21, 22, 23, 24]
node: [20, 21, 22]

name: Run tests on Node v${{ matrix.node }}
steps:
Expand Down

0 comments on commit 9d71798

Please sign in to comment.