Skip to content

Commit a9625ca

Browse files
committed
ci: enable corepack
1 parent 761b332 commit a9625ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ jobs:
214214
with:
215215
node-version: ${{matrix.node}}.x
216216

217+
- name: 'Enable corepack'
218+
run: |
219+
npm i -g corepack
220+
corepack enable
221+
shell: bash
222+
217223
- uses: actions/download-artifact@v2
218224
with:
219225
name: yarn-artifacts

0 commit comments

Comments
 (0)