Skip to content

Commit

Permalink
build(deps): add engine props
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao authored Sep 23, 2024
1 parent af90a74 commit e14f5de
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 @@ -15,6 +15,10 @@
"type": "git",
"url": "https://github.com/sws2apps/render-deployment.git"
},
"engines": {
"node": "20.17.0",
"npm": ">=10"
},
"scripts": {
"build": "ncc build src/index.js --license licenses.txt",
"start-server": "node backend/index.js"
Expand Down

0 comments on commit e14f5de

Please sign in to comment.