We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dabcb commit 9a6c199Copy full SHA for 9a6c199
.github/workflows/nodejs.yml
@@ -61,7 +61,7 @@ jobs:
61
strategy:
62
matrix:
63
os: [ubuntu-latest, windows-latest, macos-latest]
64
- node-version: [18.x, 20.x, 22.x, 23.x]
+ node-version: [18.x, 20.x, 22.x, 24.x]
65
webpack-version: [latest]
66
67
runs-on: ${{ matrix.os }}
@@ -89,7 +89,7 @@ jobs:
89
cache: "npm"
90
91
- name: Install webpack ${{ matrix.webpack-version }}
92
- if: matrix.node-version == '22.x' || matrix.node-version == '23.x'
+ if: matrix.node-version == '22.x' || matrix.node-version == '24.x'
93
run: npm uninstall node-sass
94
95
- name: Install dependencies
0 commit comments