mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
refactor: Upgrade to pnpm 8.7 (no-changelog) (#7025)
https://github.com/pnpm/pnpm/releases/tag/v8.7.0
This commit is contained in:
parent
176ccd62bc
commit
60c20a4ffd
2
.github/workflows/test-workflows.yml
vendored
2
.github/workflows/test-workflows.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- uses: pnpm/action-setup@v2.4.0
|
||||||
with:
|
with:
|
||||||
version: 8.6.12
|
version: 8.7.0
|
||||||
|
|
||||||
- uses: actions/setup-node@v3.7.0
|
- uses: actions/setup-node@v3.7.0
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -65,7 +65,7 @@ dependencies are installed and the packages get linked correctly. Here's a short
|
||||||
|
|
||||||
#### pnpm
|
#### pnpm
|
||||||
|
|
||||||
[pnpm](https://pnpm.io/) version 7.18 or newer is required for development purposes. We recommend installing it with [corepack](#corepack).
|
[pnpm](https://pnpm.io/) version 8.7 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.6"
|
"pnpm": ">=8.7"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.6.12",
|
"packageManager": "pnpm@8.7.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "node scripts/block-npm-install.js",
|
"preinstall": "node scripts/block-npm-install.js",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
|
|
Loading…
Reference in a new issue