Skip to content

Commit 0158efb

Browse files
committed
Enable Corepack in deployment workflow
1 parent 08a30e1 commit 0158efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
name: Deploy
21

32
on:
43
push:
@@ -25,6 +24,7 @@ jobs:
2524
uses: actions/setup-node@v1
2625
with:
2726
node-version: ${{ matrix.node-version }}
27+
- run: corepack enable
2828
- run: yarn
2929
- run: yarn build:gactions
3030

0 commit comments

Comments
 (0)