Skip to content

Commit

Permalink
ci: run tests in node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Apr 27, 2024
1 parent 6e7ecdc commit 2329ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verifications.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18.18, 20.9, 21.1]
node: [18.18, 20.9, 21.1, 22]
eslint: [7.5, 7, 8]
steps:
- name: Checkout
Expand Down

0 comments on commit 2329ad5

Please sign in to comment.