File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 node-version :
173173 # action based on https://github.com/actions/node-versions/releases
174174 # see also: https://nodejs.org/en/about/releases/
175- - " 25 " # current
175+ - " 26 " # current
176176 - " 24" # active LTS
177177 - " 22"
178178 - " 20"
@@ -181,9 +181,9 @@ jobs:
181181 - ubuntu-latest
182182 - macos-latest
183183 - windows-latest
184- include :
185- - node-version : " 25 "
186- experimental : true
184+ # include:
185+ # - node-version: "27 "
186+ # experimental: true
187187 continue-on-error : ${{ matrix.experimental == true }}
188188 timeout-minutes : 10
189189 steps :
@@ -203,7 +203,7 @@ jobs:
203203 NODE_VERSION : ' ${{ matrix.node-version }}'
204204 run :
205205 case "$NODE_VERSION" in
206- ' 25 ' )
206+ ' 26 ' )
207207 npm install --loglevel=silly -g npm@latest
208208 ;;
209209 ' 24' )
You can’t perform that action at this time.
0 commit comments