Skip to content

Commit f24425e

Browse files
committed
chore(ci): Add Node.js v24 to CI (#2246)
1 parent 6334d60 commit f24425e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: [22]
32+
node-version: [22, 24]
3333

3434
steps:
3535
- name: Check out Git repository

0 commit comments

Comments
 (0)