Skip to content

Commit

Permalink
feat!: require node v14 or v16+
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require node v14 or v16+
  • Loading branch information
viceice committed Jan 11, 2022
1 parent 41107a5 commit cbc0453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"url": "https://github.com/renovatebot/pep440/issues"
},
"homepage": "https://github.com/renovatebot/pep440#readme",
"engines": {
"node": "^14.15.0 || >=16.13.0",
"yarn": "^1.17.0"
},
"devDependencies": {
"codecov": "3.8.2",
"eslint": "8.6.0",
Expand Down

0 comments on commit cbc0453

Please sign in to comment.