From 891e65aee92a83251c71f87f8073491f19fa4f96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 23:14:02 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.13.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/solidity.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 87331311..ed381323 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -101,7 +101,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 24.11.1 + node-version: 24.13.0 - name: Install Node dependencies run: npm install diff --git a/Dockerfile b/Dockerfile index 330faa79..6145a765 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.11.1 AS build +FROM node:24.13.0 AS build RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ export DEBIAN_FRONTEND=noninteractive && \