Skip to content

Commit 3761319

Browse files
authored
ci: add node v24 (#278)
1 parent e23dd77 commit 3761319

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
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
os: [ubuntu-latest, windows-latest, macos-latest]
63-
node-version: [18.x, 20.x, 22.x, 23.x]
63+
node-version: [18.x, 20.x, 22.x, 24.x]
6464
eslint-version: [8.x, 9.x]
6565
webpack-version: [latest]
6666

0 commit comments

Comments
 (0)