From a01f381424f9cd7f9b172d17dae0de7a0f158085 Mon Sep 17 00:00:00 2001 From: qwecxzpoi Date: Mon, 10 Jun 2024 11:42:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20.github=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- .github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18a0c4dc..711aa082 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-node@v3 with: # 选择要使用的 node 版本 - node-version: '16' + node-version: '18' - name: Install pnpm diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1bcfa77b..7414ca44 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-node@v3 with: # 选择要使用的 node 版本 - node-version: '16' + node-version: '18' - name: Install pnpm