From d256d4ac3aa2833a14025aa0fd95da694913f58a Mon Sep 17 00:00:00 2001 From: seoyeoneel02 Date: Wed, 14 Aug 2024 13:21:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pnpm=20=EC=84=A4=EC=B9=98=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=EC=96=B4=20=EC=B6=94=EA=B0=80=20#35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev_deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 8cca059..4b29c98 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -17,6 +17,9 @@ jobs: node-version: ['18', '16', '14'] # 노드 버전 지정! 여러 개도 가능! ['18.x', '14.x'] 요렇게 steps: + - name: Install pnpm + run: npm install -g pnpm + # build 할 코드를 가져옴 (코드 checkout - github에서 제공해주는 checkout@v3 사용) - name: Checkout uses: actions/checkout@v3