Skip to content

Commit

Permalink
update matrix to reflect core patch availability
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschulhof committed May 17, 2024
1 parent ff265e1 commit a6db742
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [ 18.x, 20.x, 21.x ]
node-version:
# - 18.x (disabled until needed change lands in a v18.x release)
- 20.x
- 21.x
- 22.x
architecture: [x64, x86]
os:
- windows-2019
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
api_version:
- standard
- experimental
node-version: [ 18.x, 20.x, 21.x ]
node-version:
# - 18.x (disabled until needed change lands in a v18.x release)
- 20.x
- 21.x
- 22.x
os:
- macos-latest
- ubuntu-latest
Expand Down

0 comments on commit a6db742

Please sign in to comment.