Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 45fa9c6

Browse files
build(deps): bump neon from 0.10.1 to 1.0.0 (#239)
BREAKING CHANGE: removes support for NodeJS 16
1 parent 3041652 commit 45fa9c6

File tree

11 files changed

+296
-376
lines changed

11 files changed

+296
-376
lines changed

.github/workflows/any-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [16.x, 18.x]
12+
node-version: [18.x, 20.x, 22.x]
1313
os: [macos-latest, ubuntu-latest] # not include windows due to node-gyp bug
1414
steps:
1515
- uses: actions/checkout@v1

.github/workflows/push-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 18.x
17+
node-version: 22.x
1818
- uses: actions/setup-python@v4
1919
with:
2020
python-version: "3.12"

.github/workflows/push-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{matrix.os}}
1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x]
16+
node-version: [18.x, 20.x, 22.x]
1717
os: [macos-latest, ubuntu-latest] # not include windows due to node-gyp bug
1818
steps:
1919
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)