Skip to content

Commit

Permalink
Merge pull request #955 from storyblok/ci-force-latest-corepack
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 37046c6 + 1c7868d commit a4a2639
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 a4a2639

Please sign in to comment.