We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514c8a0 commit 1320865Copy full SHA for 1320865
1 file changed
.github/workflows/nodejs.yml
@@ -157,7 +157,7 @@ jobs:
157
node-version:
158
# action based on https://github.com/actions/node-versions/releases
159
# see also: https://nodejs.org/en/about/releases/
160
- - "23" # current
+ - "24" # current
161
- "22" # active LTS
162
- "20"
163
- "20.18.0" # lowest supported
@@ -182,7 +182,7 @@ jobs:
182
NODE_VERSION: '${{ matrix.node-version }}'
183
run:
184
case "$NODE_VERSION" in
185
- '23' | '22')
+ '24' | '22')
186
npm i -g npm@^11
187
;;
188
'20' | '20.18.0')
0 commit comments