Skip to content

Commit

Permalink
fix devEngines (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party authored Oct 31, 2024
1 parent 98b8409 commit 993841d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,16 @@
"styled-components": "^6"
},
"devEngines": {
"node": ">=18.x",
"npm": ">=7.x"
"runtime": {
"name": "node",
"version": ">=18.x",
"onFail": "error"
},
"packageManager": {
"name": "npm",
"version": ">=7.x",
"onFail": "error"
}
},
"browserslist": [],
"electronmon": {
Expand Down

0 comments on commit 993841d

Please sign in to comment.