Skip to content

Commit a6db742

Browse files
update matrix to reflect core patch availability
1 parent ff265e1 commit a6db742

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/ci-win.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
timeout-minutes: 30
1414
strategy:
1515
matrix:
16-
node-version: [ 18.x, 20.x, 21.x ]
16+
node-version:
17+
# - 18.x (disabled until needed change lands in a v18.x release)
18+
- 20.x
19+
- 21.x
20+
- 22.x
1721
architecture: [x64, x86]
1822
os:
1923
- windows-2019

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
api_version:
1717
- standard
1818
- experimental
19-
node-version: [ 18.x, 20.x, 21.x ]
19+
node-version:
20+
# - 18.x (disabled until needed change lands in a v18.x release)
21+
- 20.x
22+
- 21.x
23+
- 22.x
2024
os:
2125
- macos-latest
2226
- ubuntu-latest

0 commit comments

Comments
 (0)