Skip to content

Commit

Permalink
chore: add missing macos-linux v20 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Dec 5, 2023
1 parent fc07c46 commit 28d96e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target-node: [14, 16, 18, 19]
target-node: [14, 16, 18, 19, 20]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target-node: [14, 16, 18, 19]
target-node: [14, 16, 18, 19, 20]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 28d96e9

Please sign in to comment.