Skip to content

Commit

Permalink
⏪️ revert: yarn install時のオプションを修正するコミットの取り消し
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Dec 3, 2023
1 parent 5b14689 commit ac7e434
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 --immutable-cache
run: yarn install --immutable --check-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 --immutable-cache
run: yarn install --immutable --check-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 --immutable-cache
run: yarn install --immutable --check-cache

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

0 comments on commit ac7e434

Please sign in to comment.