mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-30 18:01:23 +08:00
ci: Upgrade pnpm (no-changelog) (#9606)
This commit is contained in:
committed by
GitHub
parent
b91e50fc92
commit
87faa58045
+1
-1
@@ -68,7 +68,7 @@ dependencies are installed and the packages get linked correctly. Here's a short
|
||||
|
||||
#### pnpm
|
||||
|
||||
[pnpm](https://pnpm.io/) version 8.9 or newer is required for development purposes. We recommend installing it with [corepack](#corepack).
|
||||
[pnpm](https://pnpm.io/) version 9.1 or newer is required for development purposes. We recommend installing it with [corepack](#corepack).
|
||||
|
||||
##### pnpm workspaces
|
||||
|
||||
|
||||
+2
-2
@@ -5,9 +5,9 @@
|
||||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
"node": ">=18.10",
|
||||
"pnpm": ">=8.14"
|
||||
"pnpm": ">=9.1"
|
||||
},
|
||||
"packageManager": "pnpm@8.14.3",
|
||||
"packageManager": "pnpm@9.1.4",
|
||||
"scripts": {
|
||||
"preinstall": "node scripts/block-npm-install.js",
|
||||
"build": "turbo run build",
|
||||
|
||||
Generated
+15073
-12370
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user