Skip to content

Commit

Permalink
Downgraded pnpm to v8 since v9 is not supported by Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Smakhtin committed May 21, 2024
1 parent d635197 commit 74ef7c2
Show file tree
Hide file tree
Showing 2 changed files with 7,859 additions and 10,295 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sni/deep-monorepo",
"private": true,
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@8.15.8",
"license": "GPL-3.0",
"scripts": {
"build": "turbo run build --no-daemon",
Expand Down Expand Up @@ -39,6 +39,6 @@
},
"engines": {
"node": ">=20.0.0",
"pnpm": "~9.1.0"
"pnpm": "~8.15.8"
}
}
Loading

0 comments on commit 74ef7c2

Please sign in to comment.