From 60402a9f7e91bd77733b257db38f3b61dd453032 Mon Sep 17 00:00:00 2001 From: Osamu Takiya Date: Tue, 14 Jun 2022 17:55:45 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"ci:=20=F0=9F=8E=A1=20setup-node=20?= =?UTF-8?q?=E3=81=AE=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7=E3=83=A5=E3=82=92?= =?UTF-8?q?=E4=B8=80=E6=99=82=E7=9A=84=E3=81=AB=E7=84=A1=E5=8A=B9=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B=20(#452)"=20(#462)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7f1c350411098042654988e5ae39dfeea2c07ab8. --- .github/workflows/cypress.yml | 4 +--- .github/workflows/node.js.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 909e2d80..d77689cc 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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 diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3475657c..27b83ebd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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