From 85bbfb5adc240ace42980f0121d89c470aeedf3c Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Fri, 27 Sep 2024 14:10:47 +0800 Subject: [PATCH] chore: update node and pnpm --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ccc8c0..1583715 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,15 +14,15 @@ jobs: with: persist-credentials: false - - name: Setup Node.js 20.15.1 + - name: Setup Node.js 20.17.0 uses: actions/setup-node@master with: - node-version: 20.15.1 + node-version: 20.17.0 - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.5.0 + version: 9.11.0 - name: Build run: pnpm install && pnpm build:prod