Skip to content

Commit

Permalink
Merge pull request #934 from storyblok/corepack-ci-fix
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 30d5ec6 + 976cc44 commit 640c663
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 @@ -21,7 +21,7 @@ jobs:
steps:
- 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 640c663

Please sign in to comment.