Skip to content

Commit

Permalink
chore(deps): update node.js to v22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent b700997 commit f525dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION 0.7

# TypeScript build
FROM node:22.12.0
FROM node:22.13.0
LABEL org.opencontainers.image.source=https://github.com/Kesin11/CIAnalyzer
LABEL org.opencontainers.image.authors=[email protected]
WORKDIR /build
Expand Down Expand Up @@ -48,7 +48,7 @@ test:
SAVE ARTIFACT coverage AS LOCAL ./coverage

docker:
FROM node:22.12.0-slim
FROM node:22.13.0-slim
WORKDIR /ci_analyzer

COPY package.json package-lock.json .
Expand Down

0 comments on commit f525dc8

Please sign in to comment.