Skip to content

Commit

Permalink
🎨 chore: CIでyarnのバージョン3を使用するための修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Nov 18, 2023
1 parent f7fa274 commit e5b492d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
with:
node-version: 18.17.0

- name: Install yarn v3
run: npm install -g yarn@3
- name: Upgrade to yarn v3
run: yarn set version berry

- name: Get yarn cache directory path
id: yarn_cache_dir_path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
node-version: 18.17.0

- name: Install yarn v3
run: npm install -g yarn@3
- name: Upgrade to yarn v3
run: yarn set version berry

- name: Get yarn cache directory path
id: yarn_cache_dir_path
Expand Down

0 comments on commit e5b492d

Please sign in to comment.