Skip to content

Commit

Permalink
fix(monorepo): drop Node 12 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 12 is not longer supported. Node 14 is the minimum required version now.
  • Loading branch information
homer0 committed Mar 17, 2022
1 parent ace4c72 commit 99e878e
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": ">=12"
"node": ">=14"
},
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 99e878e

Please sign in to comment.