From c53ef5ce60df6ffa130df53d29d161780ba75d11 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Thu, 29 May 2025 20:36:26 +0800 Subject: [PATCH] ci: use Node.js 24 (#16024) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf73a1f6cb..c0e1d36760 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: os: ubuntu-latest - node-version: 22 os: ubuntu-latest + - node-version: 24 + os: ubuntu-latest steps: - uses: actions/checkout@v4