From 5389207fcc674fc458a60c6823d085e83932c259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:24:53 +0000 Subject: [PATCH] chore(deps): update node docker tag to v25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64ab076e1f..ff3ced9fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: name: Test (Linux x64 musl) runs-on: namespace-profile-linux-x64-default container: - image: node:22-alpine3.21 + image: node:25-alpine3.21 env: # GitHub Actions sets HOME=/github/home in containers, but the euid home is /root. # Pin Rust tooling paths to avoid $HOME mismatch issues.