From 8e0245d69e4c2e0d4dc67b0b62d742256174c6b5 Mon Sep 17 00:00:00 2001 From: hyeonggil <> Date: Sun, 15 Mar 2026 15:24:04 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci-fix:=20pnpm=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=20=EB=AA=85=EC=8B=9C=EB=A1=9C=20action-setup=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58d9ce9..8b10efd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 + with: + version: 9 - name: Install node uses: actions/setup-node@v6