Skip to content

Commit 7b3999a

Browse files
ci: add node 24 (#365)
1 parent d167522 commit 7b3999a

File tree

2 files changed

+106
-149
lines changed

2 files changed

+106
-149
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
os: [ubuntu-latest, windows-latest, macos-latest]
64-
node-version: [18.x, 20.x, 22.x, 23.x]
64+
node-version: [18.x, 20.x, 22.x, 24.x]
6565
stylelint-version: [13.x, 14.x, 15.x, 16.x]
6666
webpack-version: [latest]
6767

0 commit comments

Comments
 (0)