Skip to content

Commit 3ff6fdd

Browse files
authored
feat!: remove node 16 (#610)
Signed-off-by: Lucas Holmquist <[email protected]>
1 parent c07afa9 commit 3ff6fdd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs-ci-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x, 22.x]
18+
node-version: [18.x, 20.x, 22.x]
1919

2020
steps:
2121
- uses: actions/checkout@v4

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@
160160
},
161161
"types": "./dist/index.d.ts",
162162
"engines": {
163-
"node": ">=16 <=22"
163+
"node": ">=18 <=22"
164164
}
165165
}

0 commit comments

Comments
 (0)