Skip to content

Commit

Permalink
ci: force latest corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 4, 2025
1 parent 2e41ba7 commit a75af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit a75af34

Please sign in to comment.