Skip to content

Commit

Permalink
chore(blob-starter): fix corepack configuration (#979)
Browse files Browse the repository at this point in the history
Seems like both engines and packageManager need to have the exact same
version
when deploying on Vercel.
  • Loading branch information
vvo authored Nov 15, 2024
1 parent 29bbcd8 commit 2258c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/blob-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"pnpm": "^9"
"pnpm": "9.13.0"
},
"scripts": {
"dev": "next dev --turbopack",
Expand Down

0 comments on commit 2258c9b

Please sign in to comment.