Skip to content

Commit

Permalink
Up pnpm version when deploying to Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
axelboc committed Jan 15, 2025
1 parent 746f43f commit faa9420
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Enforce Node and pnpm versions as specified in `package.json`
engine-strict=true

# Don't check exact pnpm version in `packageManager` field (required by Netlify)
package-manager-strict=false

# Make installation of peer dependencies more predictible
auto-install-peers=false
strict-peer-dependencies=true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": "20.x",
"pnpm": "9.x"
},
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.15.4",
"type": "module",
"scripts": {
"start": "pnpm --filter demo start",
Expand Down

0 comments on commit faa9420

Please sign in to comment.