Skip to content

Commit

Permalink
docs: require Node.js 16 and NPM 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: this updates the required Node.js and NPM version
  • Loading branch information
coderbyheart committed Jan 7, 2022
1 parent 67d4d5e commit 12ce19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"access": "public"
},
"engines": {
"node": ">=14",
"npm": ">=7"
"node": ">=16",
"npm": ">=8"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 12ce19b

Please sign in to comment.