Skip to content

Commit

Permalink
feat: add engines to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
acstll committed Oct 31, 2023
1 parent 5d8d71f commit ca8a2b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"engines": {
"node": ">=16.0.0 <17.0.0",
"npm": "please-use-yarn",
"yarn": ">=1.22.0 <2.0.0"
}
}

0 comments on commit ca8a2b4

Please sign in to comment.