Skip to content

Commit

Permalink
👷 ci: publish-lighthouseでもyarnのバージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Nov 28, 2023
1 parent d83a503 commit da28ab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
with:
node-version: 18.17.0

- name: Upgrade to yarn
run: yarn set version 4.0.2

- name: Get yarn cache directory path
id: cache_dir_path
run: echo "CACHE_DIR_PATH=$(yarn config get cacheFolder)" >> $GITHUB_ENV
Expand Down

0 comments on commit da28ab4

Please sign in to comment.