Skip to content

Commit a5924df

Browse files
authored
ci: add node v24 (#249)
* ci: add node v24 * chore: fix audit
1 parent 28eff9a commit a5924df

File tree

2 files changed

+35
-53
lines changed

2 files changed

+35
-53
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
matrix:
6363
os: [ubuntu-latest, windows-latest, macos-latest]
64-
node-version: [18.x, 20.x, 22.x, 23.x]
64+
node-version: [18.x, 20.x, 22.x, 24.x]
6565
webpack-version: [latest]
6666

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

package-lock.json

Lines changed: 34 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)