Skip to content

Commit

Permalink
Merge pull request #823 from remap-keys/fix-github-actions-workflow-f…
Browse files Browse the repository at this point in the history
…or-production

Add `corepack enable` for yarn v4 to GitHub Actions for production
  • Loading branch information
yoichiro authored May 28, 2024
2 parents f1a0920 + fce848c commit e5197c9
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 e5197c9

Please sign in to comment.