From 52afa752213ed6739767dcf6e4de9a7860437fe4 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 5 Jun 2025 22:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6bot=E4=BD=BF=E7=94=A8token?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E8=80=8C=E4=B8=8D=E6=98=AFhttps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6364db5..87121d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,18 +11,18 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: 'pnpm' - cache-dependency-path: 'src/frontend/pnpm-lock.yaml' - - name: Setup pnpm uses: pnpm/action-setup@v4 with: version: 9 + - name: Setup Node.js + uses: actions/setup-node@v4 + with: + node-version: 22 + cache: 'pnpm' + cache-dependency-path: 'src/frontend/pnpm-lock.yaml' + - name: Install dependencies working-directory: src/frontend run: pnpm install