From 1eec16c48f8993c1a574ae2c257d5be4b167967c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:37:04 +0000 Subject: [PATCH] chore(deps): update node.js to v26.8.1 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 2091504..c37fb03 100644 --- a/Earthfile +++ b/Earthfile @@ -11,7 +11,7 @@ lint: # lint-renovate validates the Renovate configuration file lint-renovate: - FROM node:26.7.0-alpine3.24@sha256:aadf416b2cdce311a8811ba3f0608a61b77dbf997500e2eafe781b51f6a0b019 + FROM node:26.8.1-alpine3.24@sha256:2d984a15c9b54fd0aeb608b8e0d0d83529eb34d2966db27a1fb4f1edc3d298a3 WORKDIR /workspace RUN npm install -g renovate@latest COPY .github/renovate.json5 .github/renovate.json5