Skip to content

Commit e5197c9

Browse files
authored
Merge pull request #823 from remap-keys/fix-github-actions-workflow-for-production
Add `corepack enable` for yarn v4 to GitHub Actions for production
2 parents f1a0920 + fce848c commit e5197c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/production.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: ${{ matrix.node-version }}
33+
- name: use Yarn v4
34+
run: corepack enable; yarn set version 4.2.2
3335
- name: Get yarn cache directory path
3436
id: yarn-cache-dir-path
3537
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)