Skip to content

Commit 50f4eef

Browse files
authored
ci: add Node.js v23 (#274)
1 parent b03665a commit 50f4eef

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
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
os: [ubuntu-latest, windows-latest, macos-latest]
70-
node-version: [18.x, 20.x, 22.x]
70+
node-version: [18.x, 20.x, 22.x, 23.x]
7171
webpack-version: [latest]
7272

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

0 commit comments

Comments
 (0)