Skip to content

Commit 3c842c0

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
node-version-file: '.nvmrc'
3333
cache: 'pnpm'
3434

35+
- name: Enable Corepack
36+
run: corepack enable
37+
3538
- name: 📚 Install project dependencies
3639
run: pnpm install --frozen-lockfile
3740

0 commit comments

Comments
 (0)