ci: Replace pnpm/action-setup action with corepack (no-changelog) (#8504)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-02-02 09:47:58 +01:00
committed by GitHub
parent 528c07134a
commit d4607381ed
9 changed files with 13 additions and 22 deletions

View File

@@ -12,8 +12,7 @@ jobs:
repository: n8n-io/n8n
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: pnpm/action-setup@v2.4.0
- run: corepack enable
- name: Use Node.js 18
uses: actions/setup-node@v4.0.1
with:
@@ -50,8 +49,7 @@ jobs:
repository: n8n-io/n8n
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: pnpm/action-setup@v2.4.0
- run: corepack enable
- name: Use Node.js 18
uses: actions/setup-node@v4.0.1
with: