From 7b682b5a20b779e3fda4b54ab96cfa2edc892751 Mon Sep 17 00:00:00 2001 From: Koy Zhuang Date: Wed, 7 Jan 2026 15:45:06 +0800 Subject: [PATCH 1/2] Update Node.js versions in workflow matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a66eb1fb..a72385734 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['lts/*'] + node-version: [ 20, 22, 24 ] steps: - uses: actions/checkout@v6 - name: Setup Node.js ${{ matrix.node-version }} From 6fac4570cf9b81a67fbc8b1f02a2f12cda980231 Mon Sep 17 00:00:00 2001 From: Koy Zhuang Date: Wed, 7 Jan 2026 15:45:56 +0800 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a72385734..b7a8299a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 20, 22, 24 ] + node-version: ['lts/*'] steps: - uses: actions/checkout@v6 - name: Setup Node.js ${{ matrix.node-version }} @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['lts/*'] + node-version: [ 20, 22, 24 ] steps: - uses: actions/checkout@v6 - name: Setup Node.js ${{ matrix.node-version }}