Skip to content

Commit

Permalink
fix: downgrade yarn to workaround #9015
Browse files Browse the repository at this point in the history
  • Loading branch information
taemini authored and parkjurung committed Mar 18, 2024
1 parent bcb830b commit 698927b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ runs:
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc

# https://github.com/yarnpkg/yarn/issues/9015 해결되면 지워도 됨
- name: Install Yarn
shell: bash
run: npm install -g [email protected]

- name: Cache dependencies
id: yarn-cache
Expand Down

0 comments on commit 698927b

Please sign in to comment.