From fcbe06953ecbb16c220923f7f2afead8795a3122 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 3 Feb 2025 14:21:25 +0100 Subject: [PATCH] ci: workaround corepack issue with npm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5578ee92cc..cd944d0a5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,11 +34,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - run: corepack enable - uses: actions/setup-node@v4 with: node-version: 20 cache: pnpm + - run: npm i -g corepack && corepack enable - uses: oven-sh/setup-bun@v2 if: ${{ matrix.os != 'windows-latest' }} with: