Skip to content

Commit

Permalink
ci: use node 22 instead of node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 26, 2024
1 parent 80a4dce commit 91d1e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

strategy:
matrix:
node_version: [18, 20, 21]
node_version: [18, 20, 22]

steps:
- name: Checkout
Expand Down

0 comments on commit 91d1e9f

Please sign in to comment.