Skip to content

Commit 2c9b91e

Browse files
committed
chore(ci): node26
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 72cd1d3 commit 2c9b91e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
node-version:
222222
## action based on https://github.com/actions/node-versions/releases
223223
## see also: https://nodejs.org/en/about/releases/
224-
- "25" # Current
224+
- '26' # Current
225225
- '24' # LTS
226226
- '22'
227227
- '20'
@@ -230,9 +230,9 @@ jobs:
230230
- 'ubuntu-latest'
231231
- 'windows-latest'
232232
- 'macos-latest'
233-
include:
234-
- node-version: "25"
235-
experimental: true
233+
# include:
234+
# - node-version: "27"
235+
# experimental: true
236236
continue-on-error: ${{ matrix.experimental == true }}
237237
timeout-minutes: 15
238238
steps:

0 commit comments

Comments
 (0)