Skip to content

Commit 432544e

Browse files
committed
ci: remove corepack
1 parent 983bde8 commit 432544e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,8 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
28-
29-
- run: corepack enable
30-
31-
- name: Set node
32-
uses: actions/setup-node@v4
28+
- uses: pnpm/action-setup@v4
29+
- uses: actions/setup-node@v4
3330
with:
3431
node-version: lts/*
3532
cache: pnpm

0 commit comments

Comments
 (0)