Skip to content

Commit

Permalink
chore(deps): update node.js (#1200)
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 May 10, 2024
1 parent 2eff2d8 commit a7b9d6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.13.0
FROM node:20.13.1
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.13.0-slim
FROM node:20.13.1-slim
WORKDIR /ci_analyzer

COPY package.json package-lock.json .
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/Kesin11/CIAnalyzer#readme",
"engines": {
"node": ">=20.12.2"
"node": ">=20.13.0"
},
"bin": {
"ci_analyzer": "dist/index.js"
Expand Down

0 comments on commit a7b9d6a

Please sign in to comment.