Skip to content

Commit

Permalink
chore: configure netlify and vercel to use turbo and node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Jun 6, 2024
1 parent 3d0b939 commit d7eb549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18.20.x",
"node": ">=20.14.x",
"pnpm": ">=9"
},
"packageManager": "[email protected]"
Expand Down
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "pnpm turbo build"
}

0 comments on commit d7eb549

Please sign in to comment.