Skip to content

Commit

Permalink
chore: corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 6, 2023
1 parent d875621 commit 4174203
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.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
env:
CI: true
Expand Down Expand Up @@ -64,6 +65,7 @@ jobs:
CI: true
PKG_CACHE_PATH: ${{ runner.temp }}
run: |
corepack enable
yarn install
yarn build
Expand Down

0 comments on commit 4174203

Please sign in to comment.