From 7ed338734ca0889b1972d9e6f926dc6bcbce71df Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 30 Mar 2023 09:19:54 +0800 Subject: [PATCH] ci: github workflows --- .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 2e0703b..ec42dd6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,10 +14,10 @@ jobs: with: persist-credentials: false - - name: Setup Node.js 16.13.0 + - name: Setup Node.js 16.17.0 uses: actions/setup-node@master with: - node-version: "16.13.0" + node-version: "16.17.0" - name: Setup pnpm uses: pnpm/action-setup@v2