Skip to content

Commit 613064c

Browse files
authored
ci: add Node.js v24
1 parent ddf7db3 commit 613064c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
os: [ubuntu-latest, windows-latest, macos-latest]
72-
node-version: [18.x, 20.x, 22.x, 23.x]
72+
node-version: [18.x, 20.x, 22.x, 24.x]
7373
shard: ["1/4", "2/4", "3/4", "4/4"]
7474
webpack-version: [latest]
7575

0 commit comments

Comments
 (0)