Skip to content

Commit

Permalink
Set engines in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Nov 27, 2023
1 parent 824b549 commit 0871cc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "dapp-wrose",
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "tsc && vite build",
"checkTs": "tsc --noEmit",
Expand Down

0 comments on commit 0871cc6

Please sign in to comment.