Skip to content

Commit

Permalink
chore: loosen the pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzy-mankowski committed Dec 19, 2024
1 parent b0c2a37 commit f1c2c1a
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 @@ -4,7 +4,7 @@
"engines": {
"node": ">=14.0.0 <19"
},
"packageManager": "pnpm@7.33.7",
"packageManager": "pnpm@7",
"scripts": {
"postinstall": "husky install",
"build": "pnpm -r build",
Expand Down Expand Up @@ -44,6 +44,6 @@
},
"volta": {
"node": "18.20.5",
"pnpm": "7.33.7"
"pnpm": "7"
}
}

0 comments on commit f1c2c1a

Please sign in to comment.