From ff5f2c86dfa84dadce657db51eeb8afcf34f6c46 Mon Sep 17 00:00:00 2001 From: loevray Date: Tue, 2 Apr 2024 22:25:24 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A8chore]:=20yarn=20=EC=BA=90?= =?UTF-8?q?=EC=8B=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildTest.yaml | 1 + .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildTest.yaml b/.github/workflows/buildTest.yaml index f67977c5..9c661b09 100644 --- a/.github/workflows/buildTest.yaml +++ b/.github/workflows/buildTest.yaml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 + cache: yarn - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index bd46e1e0..fa997b0e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -25,7 +25,7 @@ jobs: yarn set version 4.1.1 - name: Install dependencies - run: yarn install + run: yarn install --immutable - name: Build with yarn run: yarn run build