Skip to content

Commit

Permalink
ci: enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed May 31, 2024
1 parent 9b651fd commit f680c1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:

- name: Install Build Package
run: |
yarn install --frozen-lockfile
corepack enable
yarn install --immutable
shell: bash

- name: Build Koi
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:

- name: Install Build Package
run: |
yarn install --frozen-lockfile
corepack enable
yarn install --immutable
shell: bash

- name: Lint
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:

- name: Install Build Package
run: |
yarn install --frozen-lockfile
corepack enable
yarn install --immutable
shell: bash

- name: Build Package
Expand Down

0 comments on commit f680c1d

Please sign in to comment.