Skip to content

Commit

Permalink
chore: ci corepack enable
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 30, 2024
1 parent 1b19f61 commit 11b8c47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: 18.x
- name: Prepare Environment
run: |
corepack enable
yarn install
yarn build
env:
Expand Down Expand Up @@ -52,6 +53,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Prepare Environment
run: |
corepack enable
yarn install
env:
CI: true
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
- name: Prepare build
if: ${{ steps.do-publish.outputs.tag }}
run: |
corepack enable
yarn install
yarn build
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Prepare Environment
run: |
corepack enable
yarn install
env:
CI: true
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
- name: Prepare Environment
if: ${{ steps.do-publish.outputs.publish }}
run: |
corepack enable
yarn install
env:
CI: true
Expand Down

0 comments on commit 11b8c47

Please sign in to comment.