From 8396ce4bfd38e3af5152115a41d630c94696da4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:15:13 +0000 Subject: [PATCH] chore(deps): update dependency node to v24.12.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 8733131..5fdedd8 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.12.0 - name: Install Node dependencies run: npm install diff --git a/Dockerfile b/Dockerfile index 330faa7..56d27db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.11.1 AS build +FROM node:24.12.0 AS build RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \ export DEBIAN_FRONTEND=noninteractive && \