From 0cc2647e05a8d90ec0f4ba70e45c6efb4b7ba44b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 4 Feb 2025 11:05:50 +0000 Subject: [PATCH] ci: force latest corepack --- .github/workflows/ci.yml | 4 ++-- .github/workflows/playwright.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e3944ca..da4d6836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - run: corepack enable + - run: npm i -g --force corepack && corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 20 @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - run: corepack enable + - run: npm i -g --force corepack && corepack enable - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 20 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c42f1d89..c6b0804f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,7 +17,7 @@ jobs: image: mcr.microsoft.com/playwright:v1.48.2-focal steps: - uses: actions/checkout@v4 - - run: corepack enable + - run: npm i -g --force corepack && corepack enable - uses: actions/setup-node@v4 with: node-version: 20