Skip to content

Commit

Permalink
Refine node/npm engine requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Apr 11, 2023
1 parent e34d4bf commit 96e9b83
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
@@ -1,8 +1,8 @@
{
"name": "@ti-broish/api",
"engines": {
"node": ">= 16.0.0",
"npm": ">= 8.0.0"
"node": "^16",
"npm": "^8 || ^9"
},
"engineStrict": true,
"description": "Ti Broish API built with Nest TypeScript starter repository",
Expand Down

0 comments on commit 96e9b83

Please sign in to comment.