Skip to content

Commit 88eb25d

Browse files
committed
chore: upgrade node to v24
1 parent 07abf0d commit 88eb25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: [ubuntu-latest, windows-latest, macos-latest]
70-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
70+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
7171
webpack-version: [latest]
7272

7373
runs-on: ${{ matrix.os }}
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
matrix:
122122
os: [ubuntu-latest, windows-latest, macos-latest]
123-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
123+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
124124

125125
runs-on: ${{ matrix.os }}
126126

0 commit comments

Comments
 (0)