From fcf4ee53275ca26c95c82a0a2447a3a082a5c25f Mon Sep 17 00:00:00 2001 From: tsctx <91457664+tsctx@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:04:08 +0000 Subject: [PATCH 1/2] add node v23 workflow --- .github/workflows/nodejs-shared.yml | 2 +- .github/workflows/nodejs.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs-shared.yml b/.github/workflows/nodejs-shared.yml index c9d668d8d1d..172cc72df80 100644 --- a/.github/workflows/nodejs-shared.yml +++ b/.github/workflows/nodejs-shared.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false max-parallel: 0 matrix: - version: [20, 22] + version: [20, 22, 23] runs-on: ubuntu-latest timeout-minutes: 120 steps: diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 58149df628a..2603798fcdd 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -60,6 +60,7 @@ jobs: - 20 - 21 - 22 + - 23 runs-on: - ubuntu-latest - windows-latest @@ -76,7 +77,7 @@ jobs: fail-fast: false max-parallel: 0 matrix: - version: [20, 21, 22] + version: [20, 21, 22, 23] runs-on: ubuntu-latest timeout-minutes: 120 steps: From 54ed1fb8b0f1600559141663686d84e1acacc99d Mon Sep 17 00:00:00 2001 From: tsctx <91457664+tsctx@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:15:26 +0000 Subject: [PATCH 2/2] drop node v21 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2603798fcdd..0b595a306aa 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -77,7 +77,7 @@ jobs: fail-fast: false max-parallel: 0 matrix: - version: [20, 21, 22, 23] + version: [20, 22, 23] runs-on: ubuntu-latest timeout-minutes: 120 steps: