Skip to content

Commit

Permalink
Add engines field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 5, 2024
1 parent 16744d2 commit 806b4c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"react-scripts": "^5.0.1",
"sass": "^1.77.2"
},
"engines": {
"node": ">=20.13.1"
},
"scripts": {
"start": "PORT=3001 craco start --verbose",
"build": "craco build",
Expand Down

0 comments on commit 806b4c9

Please sign in to comment.