Skip to content

Commit 262dc3d

Browse files
authored
ci: add Node.js v23 (#1243)
1 parent eda8505 commit 262dc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
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 }}
@@ -89,7 +89,7 @@ jobs:
8989
cache: "npm"
9090

9191
- name: Install webpack ${{ matrix.webpack-version }}
92-
if: matrix.node-version == '22.x'
92+
if: matrix.node-version == '22.x' || matrix.node-version == '23.x'
9393
run: npm uninstall node-sass
9494

9595
- name: Install dependencies

0 commit comments

Comments
 (0)