Skip to content

Commit

Permalink
Merge pull request #1332 from storyblok/ci-force-latest-corepacl
Browse files Browse the repository at this point in the history
ci: force latest corepack
  • Loading branch information
alvarosabu authored Feb 5, 2025
2 parents d815f05 + 7f36190 commit eccb19a
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 eccb19a

Please sign in to comment.