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 c54039d commit f7fa274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
node-version: 18.17.0

- name: Install yarn v3
run: npm install -g yarn@3

- name: Get yarn cache directory path
id: yarn_cache_dir_path
run: echo "YARN_CACHE_DIR_PATH=$(yarn cache dir)" >> $GITHUB_ENV
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
with:
node-version: 18.17.0

- name: Install yarn v3
run: npm install -g yarn@3

- name: Get yarn cache directory path
id: yarn_cache_dir_path
run: echo "YARN_CACHE_DIR_PATH=$(yarn cache dir)" >> $GITHUB_ENV
Expand Down

0 comments on commit f7fa274

Please sign in to comment.