From 6ada5075c660ee72ed9b4faac7eaa47b4f93a00d Mon Sep 17 00:00:00 2001 From: yutaro-sakamoto <80912876+yutaro-sakamoto@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:52:09 +0900 Subject: [PATCH] =?UTF-8?q?deploy.yml=E3=82=92=E4=BF=AE=E6=AD=A3=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8fa536a..1e7d9a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: with: node-version: "22" cache: "npm" - cache-dependency-path: "package-lock.json" + cache-dependency-path: "infrastructure/package-lock.json" - name: Deploy working-directory: ./infrastructure