Skip to content

Commit

Permalink
chore(deps): update node.js to v20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 5, 2024
1 parent 90b4f2a commit df9231b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -- compilation --
FROM node:20.12.2-alpine as build
FROM node:20.14.0-alpine as build
WORKDIR /usr/src/app

# install dependencies
Expand All @@ -12,7 +12,7 @@ RUN npm run build


# -- execution --
FROM node:20.12.2-alpine
FROM node:20.14.0-alpine
WORKDIR /usr/src/app

# install PRODUCTION dependencies
Expand Down
8 changes: 4 additions & 4 deletions 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 @@ -48,7 +48,7 @@
"@meyfa/eslint-config": "5.1.0",
"@types/mocha": "10.0.6",
"@types/ms": "0.7.34",
"@types/node": "20.12.7",
"@types/node": "20.14.2",
"c8": "9.1.0",
"eslint": "8.57.0",
"eslint-plugin-jsdoc": "48.2.3",
Expand Down

0 comments on commit df9231b

Please sign in to comment.