Skip to content

Commit f80f29a

Browse files
committed
ci: enable corepack
1 parent 9ba9814 commit f80f29a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131

32+
- name: Enable corepack
33+
run: corepack enable
34+
3235
- name: Install dependencies
3336
run: pnpm i
3437

0 commit comments

Comments
 (0)