Skip to content

Commit 935ad2b

Browse files
authored
chore: node25 is experimental (#1393)
mark node25 as experimental Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent ec926c1 commit 935ad2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ jobs:
177177
- ubuntu-latest
178178
- macos-latest
179179
- windows-latest
180+
include:
181+
- node: "25"
182+
experimental: true
183+
continue-on-error: ${{ matrix.experimental == true }}
180184
timeout-minutes: 10
181185
steps:
182186
- name: Checkout

0 commit comments

Comments
 (0)