From b91f888f52973cbd52c1c13e4a5abfd308e76271 Mon Sep 17 00:00:00 2001 From: renomureza Date: Sun, 14 Jan 2024 22:33:49 +0700 Subject: [PATCH] fix github actions pnpm --- .github/workflows/realease.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/realease.yaml b/.github/workflows/realease.yaml index 63ad02e..5dff49b 100644 --- a/.github/workflows/realease.yaml +++ b/.github/workflows/realease.yaml @@ -19,6 +19,12 @@ jobs: with: node-version: "20" + - uses: pnpm/action-setup@v2 + name: Install pnpm + with: + version: 8 + run_install: false + - name: Get pnpm store directory shell: bash run: |