From 1108d78a06c0118707f23bfe8b1b7b145857903b Mon Sep 17 00:00:00 2001 From: jinmao88 <50581550+jinmao88@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:26:44 +0800 Subject: [PATCH] fix: ci #5 --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 261d9c2c..a1712b18 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,6 +60,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 +# - uses: NullVoxPopuli/action-setup-pnpm@v2 + - name: Sed Config Base shell: bash run: | @@ -69,6 +71,9 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 + with: + version: 8 + run_install: false - name: use Node.js 16 uses: actions/setup-node@v3