Skip to content

Commit

Permalink
Enable Corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Oct 11, 2022
1 parent 2ffafdc commit dd779a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 770 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
node-version: '16'

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
run: yarn --immutable
env:
Expand Down Expand Up @@ -64,6 +67,9 @@ jobs:
with:
node-version: '16'

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
run: yarn --immutable
env:
Expand Down Expand Up @@ -95,6 +101,9 @@ jobs:
with:
node-version: '16'

- name: Enable Corepack
run: corepack enable

- name: Install dependencies
run: yarn --immutable
env:
Expand Down
Loading

0 comments on commit dd779a0

Please sign in to comment.