Skip to content

Commit

Permalink
fix(monorepo): drop Node 14 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 14 is not longer supported. Node 16 is the minimum required version now.
  • Loading branch information
homer0 committed Dec 27, 2022
1 parent 87a4128 commit 05683de
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 @@ -30,7 +30,7 @@
},
"engine-strict": true,
"engines": {
"node": ">=14"
"node": ">=16"
},
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 05683de

Please sign in to comment.