Skip to content

Commit

Permalink
build: Deprecate node.js v14 / v17
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The node.js versions v14 and v17 are no longer maintained and are therefore no longer supported. See https://nodejs.dev/en/about/releases/ for more details on node.js release cycles.
  • Loading branch information
sebbo2002 committed Jun 7, 2023
1 parent 079f5de commit 7a2de45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -36,7 +36,7 @@
"typescript": "^4.7.4"
},
"engines": {
"node": "^14.8.0 || >=16.0.0"
"node": "^16.0.0 || >=18.0.0"
},
"exports": {
"import": "./dist/lib/index.js",
Expand Down

0 comments on commit 7a2de45

Please sign in to comment.