From ae05aec22df3eada566268ccedfc2020c52e90eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:21:10 +0000 Subject: [PATCH] chore(deps): update node.js to v22.13.1 --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index ad3cd61a..eea733c0 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.7 # TypeScript build -FROM node:22.13.0 +FROM node:22.13.1 LABEL org.opencontainers.image.source=https://github.com/Kesin11/CIAnalyzer LABEL org.opencontainers.image.authors=kesin1202000@gmail.com WORKDIR /build @@ -48,7 +48,7 @@ test: SAVE ARTIFACT coverage AS LOCAL ./coverage docker: - FROM node:22.13.0-slim + FROM node:22.13.1-slim WORKDIR /ci_analyzer COPY package.json package-lock.json .