Skip to content

Commit

Permalink
Add corepack enable for yarn v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichiro committed May 28, 2024
1 parent f1a0920 commit fce848c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: use Yarn v4
run: corepack enable; yarn set version 4.2.2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit fce848c

Please sign in to comment.