Skip to content

Commit 54ce187

Browse files
authored
ci: add Node.js v23 (#243)
1 parent aa60e4e commit 54ce187

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)