mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
build: Update pnpm lock file (no-changelog) (#6395)
* build: Update pnpm lock file * update pnpm version --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
parent
eaa8648f2b
commit
8c562a51cc
2
.github/workflows/test-workflows.yml
vendored
2
.github/workflows/test-workflows.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- uses: pnpm/action-setup@v2.2.4
|
||||
with:
|
||||
version: 8.1.0
|
||||
version: 8.6.1
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
"homepage": "https://n8n.io",
|
||||
"engines": {
|
||||
"node": ">=16.9",
|
||||
"pnpm": ">=8.1"
|
||||
"pnpm": ">=8.6"
|
||||
},
|
||||
"packageManager": "pnpm@8.1.0",
|
||||
"packageManager": "pnpm@8.6.1",
|
||||
"scripts": {
|
||||
"preinstall": "node scripts/block-npm-install.js",
|
||||
"build": "turbo run build",
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
lockfileVersion: '6.0'
|
||||
lockfileVersion: '6.1'
|
||||
|
||||
settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- sqlite3
|
||||
|
|
Loading…
Reference in a new issue