Skip to content

Commit

Permalink
(feat): specifiy minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
samyakkkk committed Jul 5, 2024
1 parent d404d96 commit ca6479f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commanddash_web_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "commanddash-web-app",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18.13.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit ca6479f

Please sign in to comment.