From beeb2173572925676e67528e55ae1e41d9699e5a Mon Sep 17 00:00:00 2001 From: KimKyuHoi Date: Sun, 11 Aug 2024 16:11:09 +0900 Subject: [PATCH] =?UTF-8?q?Env:=20Pnpm=20env=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eab1469..cc7a7f6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,6 +27,10 @@ jobs: ${{ runner.OS }}-build- ${{ runner.OS }}- + - name: Install pnpm + run: | + npm install -g pnpm + - name: Install Dependencies run: pnpm install --force