Skip to content

Commit

Permalink
👷 ci: yarn install時のオプションを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Dec 2, 2023
1 parent 9422bbe commit f0c5b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn install --immutable --check-cache
run: yarn install --immutable --immutable-cache

- name: Publish to Chromatic
uses: chromaui/action@v1
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 @@ -35,7 +35,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn install --immutable --check-cache
run: yarn install --immutable --immutable-cache

- name: Generate directory name
id: dir_name
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
restore-keys: ${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn install --immutable --check-cache
run: yarn install --immutable --immutable-cache

- name: Build Next.js app
run: yarn build
Expand Down

0 comments on commit f0c5b86

Please sign in to comment.