Skip to content

Commit 78ff947

Browse files
committed
ci: attempt to fix corepack
1 parent 8c19526 commit 78ff947

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pkg-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
1212

13-
- run: corepack enable
1413
- uses: actions/setup-node@v4
1514
with:
1615
node-version: 20
1716
cache: "pnpm"
1817

18+
- run: corepack enable
19+
1920
- name: Install dependencies
2021
run: pnpm install
2122

0 commit comments

Comments
 (0)