Skip to content

Commit

Permalink
chore(ci): Fix PKGR Action
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm authored Feb 7, 2025
1 parent 2b6b2f7 commit 141e5fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pkg-pr-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

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

0 comments on commit 141e5fb

Please sign in to comment.