From 4ac8e8c717980c3d03d2dc0735bfb2eaeb8bf797 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 5 Mar 2026 22:59:16 +0800 Subject: [PATCH] chore: use node v24 for c8 coverage test --- .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 1229bde9b6..550ee0d7ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: current + node-version: 24 - name: Install dependencies run: npm ci --no-audit - name: Build