Skip to content

Commit e56a8dd

Browse files
authored
chore: add node v26 test (#1732)
1 parent 00b95ef commit e56a8dd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-win.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 22.x
2323
- 24.x
2424
- 25.x
25+
- 26.x
2526
architecture: [x64, x86]
2627
os:
2728
- windows-2022
@@ -33,6 +34,8 @@ jobs:
3334
architecture: x86
3435
- node-version: 25.x
3536
architecture: x86
37+
- node-version: 26.x
38+
architecture: x86
3639
runs-on: ${{ matrix.os }}
3740
steps:
3841
- name: Harden Runner

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- 22.x
2323
- 24.x
2424
- 25.x
25+
- 26.x
2526
os:
2627
- macos-latest
2728
- ubuntu-latest

0 commit comments

Comments
 (0)