Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Revert "ci: 🎡 setup-node のキャッシュを一時的に無効にする (#452)" (#462)
Browse files Browse the repository at this point in the history
This reverts commit 7f1c350.
  • Loading branch information
nikukyugamer authored Jun 14, 2022
1 parent 28c51e2 commit 60402a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# FIXME: 不具合により一時的にキャッシュを無効化する
# https://github.com/actions/setup-node/issues/516#issuecomment-1153635273
# cache: yarn
cache: yarn
- name: 日本語フォントのインストールを行う
run: |
sudo apt install -y fonts-migmix
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
# FIXME: 不具合により一時的にキャッシュを無効化する
# https://github.com/actions/setup-node/issues/516#issuecomment-1153635273
# cache: yarn
cache: yarn
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit 60402a9

Please sign in to comment.