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 Apr 10, 2024
1 parent 2a35e71 commit 6ce3fd5
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 17 deletions.
2 changes: 1 addition & 1 deletion template/nestjs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.11 as watchdog
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:19.7.0-bullseye as ship
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20.12.1-bullseye as ship

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down
30 changes: 23 additions & 7 deletions template/nestjs/function/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 template/nestjs/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@types/node": "18.14.6"
"@types/node": "20.12.7"
},
"engines": {
"node": ">=14.16"
Expand Down
30 changes: 23 additions & 7 deletions template/nestjs/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 template/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "OpenFaaS Ltd",
"license": "MIT",
"dependencies": {
"@types/node": "18.14.6",
"@types/node": "20.12.7",
"body-parser": "1.20.2",
"express": "4.18.2",
"is-stream": "3.0.0"
Expand Down

0 comments on commit 6ce3fd5

Please sign in to comment.