From 83455a07a0821142864b4668d89a51057d74330b Mon Sep 17 00:00:00 2001 From: invalid w Date: Thu, 18 Apr 2024 12:16:57 +0800 Subject: [PATCH] fix(ci): update use pnpm version for deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e59b8f9cd..4a0709106 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -72,10 +72,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 run_install: false - - name: use Node.js 16 + - name: use Node.js 20 uses: actions/setup-node@v3 with: node-version: '20.x'