From a884a658ba03df4e79f977262e0366ac83b5d491 Mon Sep 17 00:00:00 2001 From: wjgogogo <906626481@qq.com> Date: Tue, 23 Jan 2024 17:26:10 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=BB=9F=E4=B8=80=20node=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 +- .github/workflows/release-success.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0a0cc246ea..c43309deac 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release-success.yml b/.github/workflows/release-success.yml index 6ae7f07eff..fd7b95539d 100644 --- a/.github/workflows/release-success.yml +++ b/.github/workflows/release-success.yml @@ -18,7 +18,7 @@ jobs: working-directory: s2-site strategy: matrix: - node-version: [18] + node-version: [20] steps: - uses: actions/checkout@v4