Skip to content

Commit

Permalink
chore(ci): always use latest corepack version (#9882)
Browse files Browse the repository at this point in the history
### Description

Always use latest corepack version regardless of Node version.
Specifically unbreak CI as we pick up
nodejs/corepack#614



### Testing Instructions

CI passes
  • Loading branch information
chris-olszewski authored Feb 3, 2025
1 parent 1240cd4 commit ee5e0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ee5e0c8

Please sign in to comment.