Skip to content

Commit

Permalink
BREAKING: Drop support for Node.js 14-15,17,19
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Dec 4, 2023
1 parent 48f3432 commit b47a18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graph"
],
"engines": {
"node": ">=14"
"node": "^16.20 || ^18.16 || >=20"
},
"main": "./lib/api",
"bin": {
Expand Down

0 comments on commit b47a18c

Please sign in to comment.