From 869a58e1584fbafe33c3870602e0de88150f0d77 Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Thu, 2 Nov 2023 13:17:23 +0100 Subject: [PATCH] refactor: Change to pnpm 8.9 (no-changelog) --- .github/workflows/test-workflows.yml | 2 +- CONTRIBUTING.md | 38 ++++++++++++++-------------- package.json | 4 +-- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index 040187ca52..9da8c93125 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -25,7 +25,7 @@ jobs: - uses: pnpm/action-setup@v2.4.0 with: - version: 8.10.0 + version: 8.9.0 - uses: actions/setup-node@v3.7.0 with: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 14e6bb809f..7be4403467 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,24 +5,24 @@ Great that you are here and you want to contribute to n8n ## Contents - [Contributing to n8n](#contributing-to-n8n) - - [Contents](#contents) - - [Code of conduct](#code-of-conduct) - - [Directory structure](#directory-structure) - - [Development setup](#development-setup) - - [Requirements](#requirements) - - [Node.js](#nodejs) - - [pnpm](#pnpm) - - [pnpm workspaces](#pnpm-workspaces) - - [corepack](#corepack) - - [Build tools](#build-tools) - - [Actual n8n setup](#actual-n8n-setup) - - [Start](#start) - - [Development cycle](#development-cycle) - - [Test suite](#test-suite) - - [Releasing](#releasing) - - [Create custom nodes](#create-custom-nodes) - - [Extend documentation](#extend-documentation) - - [Contributor License Agreement](#contributor-license-agreement) + - [Contents](#contents) + - [Code of conduct](#code-of-conduct) + - [Directory structure](#directory-structure) + - [Development setup](#development-setup) + - [Requirements](#requirements) + - [Node.js](#nodejs) + - [pnpm](#pnpm) + - [pnpm workspaces](#pnpm-workspaces) + - [corepack](#corepack) + - [Build tools](#build-tools) + - [Actual n8n setup](#actual-n8n-setup) + - [Start](#start) + - [Development cycle](#development-cycle) + - [Test suite](#test-suite) + - [Releasing](#releasing) + - [Create custom nodes](#create-custom-nodes) + - [Extend documentation](#extend-documentation) + - [Contributor License Agreement](#contributor-license-agreement) ## Code of conduct @@ -65,7 +65,7 @@ dependencies are installed and the packages get linked correctly. Here's a short #### pnpm -[pnpm](https://pnpm.io/) version 8.10 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 diff --git a/package.json b/package.json index aabf7b75b6..c8358855ca 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "homepage": "https://n8n.io", "engines": { "node": ">=18.10", - "pnpm": ">=8.10" + "pnpm": ">=8.9" }, - "packageManager": "pnpm@8.10.0", + "packageManager": "pnpm@8.9.0", "scripts": { "preinstall": "node scripts/block-npm-install.js", "build": "turbo run build",