Skip to content

Commit ea463e4

Browse files
committed
chore(build): corepack enable
1 parent 092ca19 commit ea463e4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,23 @@ jobs:
2121
with:
2222
fetch-depth: 2
2323

24-
- name: 📦 Setup pnpm package manager
25-
uses: pnpm/action-setup@v4
26-
with:
27-
run_install: false
28-
2924
- name: 🟢 Setup Node.js runtime
3025
uses: actions/setup-node@v4
3126
with:
3227
node-version-file: '.nvmrc'
3328
cache: 'pnpm'
3429

30+
- name: 📦 Setup pnpm package manager
31+
uses: pnpm/action-setup@v4
32+
with:
33+
run_install: false
34+
35+
- name: Enable Corepack
36+
run: corepack enable
37+
38+
- name: Install pnpm
39+
run: corepack prepare [email protected] --activate
40+
3541
- name: 📚 Install project dependencies
3642
run: pnpm install --frozen-lockfile
3743

0 commit comments

Comments
 (0)