Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent ce5554c commit eb19e83
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion clusters/rollout-deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:20-alpine
LABEL maintainer="rollout"
MAINTAINER Saurabh Kashyap <[email protected]>
# Add hello scripts
Expand Down
18 changes: 13 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"license": "MIT",
"engines": {
"npm": ">=8.0.0 <=9.5.1",
"node": ">=16.0.0 <=18.18.0"
"node": ">=16.0.0 <=20.18.0"
},
"dependencies": {
"@adyen/api-library": "^9.1.0",
Expand All @@ -104,7 +104,7 @@
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@types/express": "^4.17.14",
"@types/node": "^18.15.11",
"@types/node": "^20.0.0",
"agenda": "^4.3.0",
"ajv": "^6.12.6",
"ajv-errors": "^1.0.1",
Expand Down

0 comments on commit eb19e83

Please sign in to comment.