Skip to content

Commit 5679d96

Browse files
committed
Drop support for Node 16 and 17
1 parent 390e8f6 commit 5679d96

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false # if tests for one version fail, continue with the rest
1313
matrix:
14-
node-version: [17.x, 18.x, '20.x']
14+
node-version: [18.x, '20.x']
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616

1717
name: Node integration tests (${{ matrix.node-version }})

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"types": "./lib/index.d.ts",
1515
"main": "./lib/index.js",
1616
"engines": {
17-
"node": ">= 16.5.0"
17+
"node": ">= 18.0.0"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)