Skip to content

Commit

Permalink
fix: 🐛 add node version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed May 24, 2022
1 parent 3d90935 commit 0e1f878
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 @@ -5,6 +5,10 @@
"repository": "https://github.com/yeukfei02/dummy-api.git",
"author": "Donald Wu <yeukfei02@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=14.18.0",
"npm": ">=6.14.15"
},
"dependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
Expand Down

0 comments on commit 0e1f878

Please sign in to comment.