Skip to content

Commit 9d8212b

Browse files
authored
ci: add Node.js v24
1 parent 89b5026 commit 9d8212b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: [ubuntu-latest, windows-latest, macos-latest]
69-
node-version: [18.x, 20.x, 22.x]
69+
node-version: [18.x, 20.x, 22.x, 24.x]
7070
webpack-version: [latest]
7171

7272
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)