Skip to content

Commit e144fd2

Browse files
ci: add Node.js 24
1 parent 9642a3a commit e144fd2

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 }}
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
matrix:
129129
os: [ubuntu-latest, windows-latest, macos-latest]
130-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
130+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
131131

132132
runs-on: ${{ matrix.os }}
133133

0 commit comments

Comments
 (0)