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 31, 2024
1 parent eb86148 commit 94f095d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 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 @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^16.0.0",
"@types/node": "^20.0.0",
"@types/p-limit": "^2.0.0",
"@types/pretty-ms": "^4.0.0",
"@types/request": "^2.47.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/build/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM node:14-alpine
FROM node:20-alpine
RUN apk add --no-cache python3 curl bash g++ make

0 comments on commit 94f095d

Please sign in to comment.