Skip to content

Commit

Permalink
chore: downgrade node version for vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 25, 2023
1 parent e1a14de commit 3dd68f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=v18.16.1",
"node": ">=v18.15.0",
"pnpm": ">=8.6.2"
},
"volta": {
"node": "18.16.1",
"node": "18.15.0",
"pnpm": "8.6.2"
},
"pnpm": {
Expand Down

0 comments on commit 3dd68f3

Please sign in to comment.