From 05cdcb94d7d58b8896adcde15644794f79717b8e Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sat, 10 May 2025 08:54:09 +0800 Subject: [PATCH] test: add Node.js 24 --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 83fc072ac..32c961515 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 16, 18, 20, 22 ] + node-version: [ 16, 18, 20, 22, 24 ] steps: - name: Checkout Git Source uses: actions/checkout@master @@ -51,7 +51,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 16, 18, 20 ] + node-version: [ 16, 18, 20, 22, 24 ] steps: - name: Checkout Git Source uses: actions/checkout@master