Skip to content

Commit 39bbc78

Browse files
committed
ci: run tests for Node v23
1 parent 26b94c1 commit 39bbc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
node: [18.18.0, 18, 20.9.0, 20, 21.1.0, 21, 22]
38+
node: [18.18.0, 18, 20.9.0, 20, 21.1.0, 21, 22, 23]
3939
eslint: [8.57.0, 8, 9]
4040
steps:
4141
- name: Checkout

0 commit comments

Comments
 (0)