Skip to content

Commit

Permalink
Drop support for Node 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Jun 25, 2024
1 parent 390e8f6 commit 5679d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false # if tests for one version fail, continue with the rest
matrix:
node-version: [17.x, 18.x, '20.x']
node-version: [18.x, '20.x']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

name: Node integration tests (${{ matrix.node-version }})
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"engines": {
"node": ">= 16.5.0"
"node": ">= 18.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5679d96

Please sign in to comment.