From 6844824d706344991536bb801d8255860591cb50 Mon Sep 17 00:00:00 2001 From: hjy0951 Date: Wed, 28 Aug 2024 01:06:01 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=BA=90=EC=8B=B1=EC=A4=91=20=ED=95=B4?= =?UTF-8?q?=EC=8B=B1=20=ED=8C=8C=EC=9D=BC=20=EC=9D=B4=EB=A6=84=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index ae102e1b..caacf6bc 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -21,7 +21,7 @@ jobs: uses: actions/cache@v3 with: path: '**/node_modules' - key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}-build + key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}-build restore-keys: | ${{ runner.os }}-node-