mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Replace pnpm/action-setup action with corepack (no-changelog) (#8504)
This commit is contained in:
committed by
GitHub
parent
528c07134a
commit
d4607381ed
6
.github/workflows/ci-master.yml
vendored
6
.github/workflows/ci-master.yml
vendored
@@ -18,8 +18,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.1
|
||||
|
||||
- uses: pnpm/action-setup@v2.4.0
|
||||
|
||||
- run: corepack enable
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
@@ -64,8 +63,7 @@ jobs:
|
||||
repository: n8n-io/n8n
|
||||
ref: ${{ inputs.branch }}
|
||||
|
||||
- uses: pnpm/action-setup@v2.4.0
|
||||
|
||||
- run: corepack enable
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user