From 7e2e7fe8d81a9bda2422f2c2ec2b2a9fab5a2d22 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Wed, 16 Oct 2024 21:29:57 +0100 Subject: [PATCH] node 23 tests Signed-off-by: Prabhu Subramanian --- .github/workflows/nodejs.yml | 2 +- .github/workflows/repotests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d57074dc7..9b96407a8 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,7 +18,7 @@ jobs: contents: read strategy: matrix: - node-version: ['20.x', '21.x', '22.x'] + node-version: ['20.x', '21.x', '22.x', '23.x'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/repotests.yml b/.github/workflows/repotests.yml index 83638359c..3e4659a5b 100644 --- a/.github/workflows/repotests.yml +++ b/.github/workflows/repotests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['21.x', '22.x'] + node-version: ['21.x', '22.x', '23.x'] os: ['ubuntu-latest', 'windows-latest'] runs-on: ${{ matrix.os }} steps: