Skip to content

Commit 65dc667

Browse files
chore(ci): add Node.js v24 to CI
1 parent 36222f8 commit 65dc667

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
check:
1919
strategy:
2020
matrix:
21-
node-version: [18, 20, 22]
21+
node-version:
22+
- 18
23+
- 20
24+
- 22
25+
- 24
2226

2327
runs-on: ubuntu-latest
2428

0 commit comments

Comments
 (0)