ci: Update corepack before enabling it (no-changelog) (#13004)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-02-03 11:16:18 +01:00
committed by GitHub
parent 0063bbb30b
commit 18b6867785
18 changed files with 113 additions and 51 deletions

View File

@@ -17,11 +17,14 @@ jobs:
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- run: corepack enable
- uses: useblacksmith/setup-node@v5
with:
node-version: 20.x
cache: pnpm
- name: Setup corepack and pnpm
run: |
npm i -g corepack@0.31
corepack enable
- name: Install dependencies
run: pnpm install --frozen-lockfile