Skip to content

Commit

Permalink
refactor: Upgrade to pnpm 8.9 (no-changelog) (n8n-io#7393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Oct 10, 2023
1 parent 6b07823 commit 5c70704
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5c70704

Please sign in to comment.