Skip to content

Commit

Permalink
workflows: Upgrade supported and tested node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fordN authored and tilacog committed Jun 28, 2023
1 parent b21a3f6 commit c309ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14, 16, 17]
node-version: [16, 17, 18]
system:
- os: ubuntu-20.04
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-native-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# (https://github.com/bchr02/node-pre-gyp-github/issues/42)
fail-fast: false
matrix:
node_version: [14, 16, 17]
node_version: [16, 17, 18, 19, 20]
system:
- os: macos-latest
target: x86_64-apple-darwin
Expand Down

0 comments on commit c309ba9

Please sign in to comment.