refactor: Upgrade to pnpm 8.10 (no-changelog) (#7548)

https://github.com/pnpm/pnpm/releases/tag/v8.10.0
This commit is contained in:
Iván Ovejero
2023-10-30 09:34:59 +01:00
committed by GitHub
parent 2853fcff73
commit bfa28b9532
3 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@
"homepage": "https://n8n.io",
"engines": {
"node": ">=18.10",
"pnpm": ">=8.9"
"pnpm": ">=8.10"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.10.0",
"scripts": {
"preinstall": "node scripts/block-npm-install.js",
"build": "turbo run build",