Skip to content

Commit

Permalink
ci: fix corepack verification error
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Feb 5, 2025
1 parent 206fcb5 commit 10ca343
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- run: |
npm install -g corepack@latest
corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 10ca343

Please sign in to comment.