mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Upgrade pnpm (no-changelog) (#9606)
This commit is contained in:
committed by
GitHub
parent
b91e50fc92
commit
87faa58045
@@ -68,7 +68,7 @@ dependencies are installed and the packages get linked correctly. Here's a short
|
|||||||
|
|
||||||
#### pnpm
|
#### 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
|
##### pnpm workspaces
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
"homepage": "https://n8n.io",
|
"homepage": "https://n8n.io",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.10",
|
"node": ">=18.10",
|
||||||
"pnpm": ">=8.14"
|
"pnpm": ">=9.1"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.14.3",
|
"packageManager": "pnpm@9.1.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "node scripts/block-npm-install.js",
|
"preinstall": "node scripts/block-npm-install.js",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
|
|||||||
27443
pnpm-lock.yaml
generated
27443
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user