Skip to content

Commit 284bea2

Browse files
fix(CI): Enable corepack in release workflow
1 parent 4b3e0ad commit 284bea2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- uses: actions/setup-node@v1
2929
with:
3030
node-version: '18'
31+
32+
- name: Enable Corepack
33+
shell: bash
34+
run: corepack enable
35+
3136
- uses: actions/cache@v2
3237
id: yarn-cache
3338
name: Cache npm deps

0 commit comments

Comments
 (0)