Skip to content

Commit e1c9a11

Browse files
Fix Workspace Hub CI setup
1 parent 971b115 commit e1c9a11

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/workspace-hub-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@v4
3232

33+
- name: Setup pnpm
34+
uses: pnpm/action-setup@v4
35+
with:
36+
version: 9.4.0
37+
run_install: false
38+
3339
- name: Setup Node
3440
uses: actions/setup-node@v4
3541
with:
3642
node-version: "20"
3743
cache: "pnpm"
3844
cache-dependency-path: repos/workspace-hub/pnpm-lock.yaml
3945

40-
- name: Enable Corepack
41-
run: corepack enable
42-
43-
- name: Activate pnpm
44-
run: corepack prepare pnpm@9.4.0 --activate
45-
4646
- name: Install dependencies
4747
run: pnpm install --frozen-lockfile
4848

0 commit comments

Comments
 (0)