Skip to content

Commit 2329ad5

Browse files
committed
ci: run tests in node v22
1 parent 6e7ecdc commit 2329ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verifications.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
node: [18.18, 20.9, 21.1]
36+
node: [18.18, 20.9, 21.1, 22]
3737
eslint: [7.5, 7, 8]
3838
steps:
3939
- name: Checkout

0 commit comments

Comments
 (0)