Skip to content

Commit 9d9ee8e

Browse files
ci: add node v24 (#628)
1 parent e5bee63 commit 9d9ee8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"language": "en,en-gb",
44
"words": [
55
"esbuild",
6+
"autocrlf",
67
"jridgewell",
78
"MACPC",
89
"CACH",

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
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: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
70+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 24.x]
7171
webpack-version: [latest]
7272

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

0 commit comments

Comments
 (0)