From 3694ad6bc361d4dfc153a5892ee48f057e622714 Mon Sep 17 00:00:00 2001 From: "Wataru.Kasahara" Date: Sun, 24 Mar 2024 11:50:36 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20CI=20=E4=B8=8A=E3=81=A7=20npm=20install?= =?UTF-8?q?=20=E3=81=8C=E5=A4=B1=E6=95=97=E3=81=99=E3=82=8B=E3=81=9F?= =?UTF-8?q?=E3=82=81=20cache=20=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=97=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5906c0c8..ae549d78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: '.node-version' - cache: npm - run: npm ci - run: npm run format:check - run: npm run lint