mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Upgrade pnpm (no-changelog) (#8447)
This commit is contained in:
committed by
GitHub
parent
ad4b298be3
commit
a517c8251b
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.9.0
|
package_json_file: n8n/package.json
|
||||||
|
|
||||||
- uses: actions/setup-node@v3.7.0
|
- uses: actions/setup-node@v3.7.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
1
.npmrc
1
.npmrc
@@ -1,3 +1,4 @@
|
|||||||
|
update-notifier = false
|
||||||
auto-install-peers = true
|
auto-install-peers = true
|
||||||
strict-peer-dependencies = false
|
strict-peer-dependencies = false
|
||||||
prefer-workspace-packages = true
|
prefer-workspace-packages = true
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "n8n",
|
"name": "n8n-monorepo",
|
||||||
"version": "1.26.0",
|
"version": "1.26.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://n8n.io",
|
"homepage": "https://n8n.io",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.10",
|
"node": ">=18.10",
|
||||||
"pnpm": ">=8.9"
|
"pnpm": ">=8.14"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.9.0",
|
"packageManager": "pnpm@8.14.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "node scripts/block-npm-install.js",
|
"preinstall": "node scripts/block-npm-install.js",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
|
|||||||
Reference in New Issue
Block a user