Set node version
Showing
| ... | @@ -23,6 +23,9 @@ | ... | @@ -23,6 +23,9 @@ |
| "react-scripts": "5.0.1", | "react-scripts": "5.0.1", | ||
| "web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
| }, | }, | ||
| "engines": { | |||
| "node": "=20.5.0" | |||
| }, | |||
| "scripts": { | "scripts": { | ||
| "start": "react-scripts start", | "start": "react-scripts start", | ||
| "build": "react-scripts build", | "build": "react-scripts build", | ||
| ... | ... |
Please register or sign in to comment