Skip to content

Commit

Permalink
chore(deps): update node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent 10fc0c2 commit f3a9fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine3.16 as build
FROM node:20-alpine3.16 as build

WORKDIR /usr/src/app

Expand All @@ -12,7 +12,7 @@ COPY . .

RUN yarn build

FROM node:16-alpine3.16
FROM node:20-alpine3.16

WORKDIR /usr/src/app

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"exports": "./dist/main.js",
"type": "module",
"volta": {
"node": "18.16.1",
"node": "20.11.0",
"yarn": "1.22.19"
},
"engines": {
Expand All @@ -25,7 +25,7 @@
"@bjerk/eslint-config": "^2.2.2",
"@tsconfig/node16-strictest-esm": "^1.0.3",
"@types/jest": "^29.1.2",
"@types/node": "18",
"@types/node": "20",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"dotenv-load": "^2.0.1",
Expand Down

0 comments on commit f3a9fe5

Please sign in to comment.