Skip to content

Commit 9cf9cd8

Browse files
authored
ci: add Node.js v23 (#1620)
1 parent 9544c3e commit 9cf9cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
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]
64+
node-version: [18.x, 20.x, 22.x, 23.x]
6565
webpack-version: [latest]
6666

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

0 commit comments

Comments
 (0)