Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update node to v18 #669

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
only 18 or 20
saihaj committed Jul 19, 2023
commit 3904a8109fc4f8a3792e73bd3bff25e494e06080
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
system:
- os: ubuntu-20.04
include:
2 changes: 1 addition & 1 deletion .github/workflows/publish-native-binaries.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
# (https://github.com/bchr02/node-pre-gyp-github/issues/42)
fail-fast: false
matrix:
node_version: [16, 18, 20]
node_version: [18, 20]
system:
- os: macos-latest
target: x86_64-apple-darwin