From df28b7d9819f57b881f2239e2d96b94db5deeb28 Mon Sep 17 00:00:00 2001 From: Chris Olszewski Date: Mon, 3 Feb 2025 09:28:50 -0500 Subject: [PATCH] chore(ci): always use latest corepack version --- .github/actions/setup-node/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-node/action.yml b/.github/actions/setup-node/action.yml index b117d02b0ea53..ba0e0a52d0f53 100644 --- a/.github/actions/setup-node/action.yml +++ b/.github/actions/setup-node/action.yml @@ -31,7 +31,7 @@ runs: cache: pnpm - name: Upgrade corepack - if: ${{ inputs.enable-corepack == 'true' && inputs.node-version == '16' }} + if: ${{ inputs.enable-corepack == 'true' }} shell: bash # Forcibly upgrade our available version of corepack. # The bundled version in node 16 has known issues.