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] authored Jan 15, 2024
1 parent 6f82719 commit 10a5889
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.2
FROM node:20.11.0

ARG USERNAME=node
ARG NPM_GLOBAL=/usr/local/share/npm-global
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3

FROM --platform=$BUILDPLATFORM node:18.18.2 AS frontend-builder
FROM --platform=$BUILDPLATFORM node:20.11.0 AS frontend-builder

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 @@ -40,7 +40,7 @@
"@types/connect-history-api-fallback": "1.5.2",
"@types/express": "4.17.20",
"@types/http-proxy": "1.17.13",
"@types/node": "18.18.8",
"@types/node": "20.11.3",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"autoprefixer": "10.4.16",
Expand All @@ -64,7 +64,7 @@
"vite-plugin-compression": "0.5.1"
},
"engines": {
"node": "^18",
"node": "^20.0.0",
"npm": ">= 6.13.4",
"yarn": "^1.21.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -870,10 +870,10 @@
dependencies:
undici-types "~5.25.1"

"@types/node@18.18.8":
version "18.18.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
"@types/node@20.11.3":
version "20.11.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.3.tgz#ac29fba7aeadc74046b02e50758156f4850f1296"
integrity sha512-nrlmbvGPNGaj84IJZXMPhQuCMEVTT/hXZMJJG/aIqVL9fKxqk814sGGtJA4GI6hpJSLQjpi6cn0Qx9eOf9SDVg==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 10a5889

Please sign in to comment.