Skip to content

Commit

Permalink
feat(Node version): set minimal node version to v16 (#62)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 14 is no longer officially supported (although it might still work).
  • Loading branch information
nicojs committed May 5, 2023
1 parent d7a8763 commit 585c99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "git+https://github.com/nicojs/typed-inject.git"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"keywords": [
"typescript",
Expand Down

0 comments on commit 585c99e

Please sign in to comment.