ci: Upgrade pnpm (no-changelog) (#8447)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-01-26 10:28:19 +01:00 committed by GitHub
parent ad4b298be3
commit a517c8251b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

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

1
.npmrc
View file

@ -1,3 +1,4 @@
update-notifier = false
auto-install-peers = true
strict-peer-dependencies = false
prefer-workspace-packages = true

View file

@ -1,13 +1,13 @@
{
"name": "n8n",
"name": "n8n-monorepo",
"version": "1.26.0",
"private": true,
"homepage": "https://n8n.io",
"engines": {
"node": ">=18.10",
"pnpm": ">=8.9"
"pnpm": ">=8.14"
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.14.3",
"scripts": {
"preinstall": "node scripts/block-npm-install.js",
"build": "turbo run build",