Skip to content

Commit bcde530

Browse files
ci: nodejs 24 (#2081)
1 parent 40b0060 commit bcde530

File tree

5 files changed

+870
-482
lines changed

5 files changed

+870
-482
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@ 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]
71+
exclude:
72+
# TODO fix me
73+
- os: windows-latest
74+
node-version: 24.x
7175

7276
runs-on: ${{ matrix.os }}
7377

0 commit comments

Comments
 (0)