Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (#821)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent 5507e37 commit 2d9dc8e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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 @@
"@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/rimraf": "^4.0.5",
"@types/validate-npm-package-name": "^4.0.0",
"prettier": "^3.2.4",
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": "^14.0.0-beta.5",
"smee-client": "^2.0.0",
Expand Down

0 comments on commit 2d9dc8e

Please sign in to comment.