Skip to content

Commit

Permalink
chore(deps): update node.js to v20.18.0 (#1335)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 70b715c commit e07e499
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:20.17.0
FROM node:20.18.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:20.17.0-slim
FROM node:20.18.0-slim
WORKDIR /ci_analyzer

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

0 comments on commit e07e499

Please sign in to comment.