From b0918306a1c93044c9ca45b1c7c4ac85683961ea Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Thu, 16 Nov 2023 15:42:33 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0CI=E4=B8=AD=E7=9A=84nod?= =?UTF-8?q?e=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 ++-- .github/workflows/version.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f13ad729..76842efbd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,10 +24,10 @@ jobs: with: fetch-depth: 2 - - name: Setup Node.js 14.17.x + - name: Setup Node.js 14.21.x uses: actions/setup-node@v2 with: - node-version: 14.17.x + node-version: 14.21.x cache: 'yarn' - name: Setup npmrc diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index ab5d683a5..ab8bb4fb8 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -28,10 +28,10 @@ jobs: with: fetch-depth: 2 - - name: Setup Node.js 14.17.x + - name: Setup Node.js 14.21.x uses: actions/setup-node@v2 with: - node-version: 14.17.x + node-version: 14.21.x cache: 'yarn' - name: Install dependencies