We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b95ef commit e56a8ddCopy full SHA for e56a8dd
2 files changed
.github/workflows/ci-win.yml
@@ -22,6 +22,7 @@ jobs:
22
- 22.x
23
- 24.x
24
- 25.x
25
+ - 26.x
26
architecture: [x64, x86]
27
os:
28
- windows-2022
@@ -33,6 +34,8 @@ jobs:
33
34
architecture: x86
35
- node-version: 25.x
36
37
+ - node-version: 26.x
38
+ architecture: x86
39
runs-on: ${{ matrix.os }}
40
steps:
41
- name: Harden Runner
.github/workflows/ci.yml
- macos-latest
- ubuntu-latest
0 commit comments