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