From 6588f8fd31a76d677992ae6da52fb08bd21f32c5 Mon Sep 17 00:00:00 2001 From: jinddings Date: Tue, 5 Nov 2024 13:46:20 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore=20:=20npm=20pakage?= =?UTF-8?q?=20=EC=BA=90=EC=8B=B1=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= 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 5eadb0f9..3694ce22 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: with: node-version: '20' cache: 'npm' - cache-dependency-path: ./package-lock.json + cache-dependency-path: ./BE/package-lock.json - name: Install dependencies run: npm ci