Skip to content

Commit

Permalink
chore: enable corepack in GHA env
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Nov 7, 2023
1 parent b125ca6 commit b633076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
cache: "yarn"
- run: corepack enable
- name: Prepare Environment
run: |
yarn config set cache-folder /home/runner/${{ matrix.package-name }}-cache
Expand Down Expand Up @@ -70,6 +72,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
cache: "yarn"
- run: corepack enable
- name: Prepare Environment
run: |
yarn config set cache-folder /home/runner/test-packages-cache
Expand Down

0 comments on commit b633076

Please sign in to comment.