We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff265e1 commit a6db742Copy full SHA for a6db742
.github/workflows/ci-win.yml
@@ -13,7 +13,11 @@ jobs:
13
timeout-minutes: 30
14
strategy:
15
matrix:
16
- node-version: [ 18.x, 20.x, 21.x ]
+ node-version:
17
+ # - 18.x (disabled until needed change lands in a v18.x release)
18
+ - 20.x
19
+ - 21.x
20
+ - 22.x
21
architecture: [x64, x86]
22
os:
23
- windows-2019
.github/workflows/ci.yml
@@ -16,7 +16,11 @@ jobs:
api_version:
- standard
- experimental
24
25
- macos-latest
26
- ubuntu-latest
0 commit comments