From e620b5a7d7e1cc7b2a05ed3b0dd724e7dfaa5fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=BC=B9?= <810335188@qq.com> Date: Sat, 16 Sep 2023 16:25:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 92817f9..a70eb17 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,10 +17,10 @@ jobs: - name: 克隆代码 uses: actions/checkout@v2 - - name: 设置NodeJS环境 + - name: 设置环境 uses: actions/setup-node@v2 with: - node-version: 18 + node-version: latest - name: 安装依赖 run: pnpm install