Skip to content

Commit 5beabbc

Browse files
committed
ci: test node26
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 913dc2e commit 5beabbc

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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' )

0 commit comments

Comments
 (0)