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 Dec 3, 2023
1 parent 7ca2fe4 commit b7f50e5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
36 changes: 27 additions & 9 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 @@ -51,7 +51,7 @@
"@types/jsesc": "^3.0.1",
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "^18.11.18",
"@types/node": "^20.0.0",
"@types/npm": "^7.19.0",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "^0.8.11",
Expand Down
2 changes: 1 addition & 1 deletion templates/__common__/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19-slim
FROM node:20-slim
WORKDIR /usr/src/app
COPY package.json package-lock.json ./
RUN npm ci --production
Expand Down
2 changes: 1 addition & 1 deletion templates/basic-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"jest": "^29.0.0",
"nock": "^13.0.5",
"smee-client": "^1.2.2",
Expand Down

0 comments on commit b7f50e5

Please sign in to comment.