Skip to content

Commit

Permalink
build(deps): bump neon from 0.10.1 to 1.0.0 (#239)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removes support for NodeJS 16
  • Loading branch information
afonsobarracha authored Sep 16, 2024
1 parent 3041652 commit 45fa9c6
Show file tree
Hide file tree
Showing 11 changed files with 296 additions and 376 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/any-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x, 22.x]
os: [macos-latest, ubuntu-latest] # not include windows due to node-gyp bug
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 22.x
- uses: actions/setup-python@v4
with:
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x, 22.x]
os: [macos-latest, ubuntu-latest] # not include windows due to node-gyp bug
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 45fa9c6

Please sign in to comment.