Update npm version in package.json for heroku
This commit is contained in:
parent
7341d76ab8
commit
67a1863544
|
|
@ -7,6 +7,7 @@
|
|||
"build": "npm install --prefix client && npm run build --prefix client"
|
||||
},
|
||||
"engines": {
|
||||
"node": "14.x"
|
||||
"node": "14.x",
|
||||
"npm": ">= 8.x"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue