Skip to content
Snippets Groups Projects
Commit b92eaae2 authored by Joonas Seppä's avatar Joonas Seppä
Browse files

Trying to fix deployment to Heroku 4: Added Node and NPM versions to package.json

parent 81f622c0
No related branches found
No related tags found
No related merge requests found
Pipeline #61648 passed
...@@ -18,6 +18,10 @@ ...@@ -18,6 +18,10 @@
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"typescript": "^4.9.5" "typescript": "^4.9.5"
}, },
"engines": {
"node": "19.7.0",
"npm": "9.5.0"
},
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment