From 455489ffebe9906fc6880b2d6857a860217ea631 Mon Sep 17 00:00:00 2001 From: "CJACK." Date: Sun, 22 Mar 2026 10:38:18 +0800 Subject: [PATCH] ci: upgrade GitHub Actions Node runtime to 24 --- .github/workflows/quality-gates.yml | 2 +- .github/workflows/release-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 3d7c9a1..8f1d865 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: "npm" cache-dependency-path: webui/package-lock.json diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index d2ba851..133c509 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: "npm" cache-dependency-path: webui/package-lock.json