refactor: Upgrade to pnpm 8.9 (no-changelog) (#7393)

https://github.com/pnpm/pnpm/releases/tag/v8.9.0
This commit is contained in:
Iván Ovejero 2023-10-10 12:07:13 +02:00 committed by GitHub
parent 6b078239eb
commit 5c70704f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ jobs:
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.7.0
version: 8.9.0
- uses: actions/setup-node@v3.7.0
with:

View file

@ -65,7 +65,7 @@ dependencies are installed and the packages get linked correctly. Here's a short
#### pnpm
[pnpm](https://pnpm.io/) version 8.7 or newer is required for development purposes. We recommend installing it with [corepack](#corepack).
[pnpm](https://pnpm.io/) version 8.9 or newer is required for development purposes. We recommend installing it with [corepack](#corepack).
##### pnpm workspaces

View file

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