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] committed May 6, 2024
1 parent 3a265e7 commit fc7f06e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.20.2
nodejs 20.12.2
2 changes: 1 addition & 1 deletion apps/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim
FROM node:20-slim

WORKDIR /deploy

Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/express-serve-static-core": "4.19.0",
"@types/jsonwebtoken": "8.5.9",
"@types/morgan": "1.9.9",
"@types/node": "14.18.63",
"@types/node": "20.12.10",
"@types/nodemailer": "6.4.14",
"@types/qs": "6.9.15",
"@types/serve-static": "1.15.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/node": "16.18.96",
"@types/node": "20.12.10",
"@types/react": "17.0.80",
"@types/react-dom": "17.0.25",
"axios": "0.28.1",
Expand Down
2 changes: 1 addition & 1 deletion libraries/error-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "jamezrin",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "14.18.63",
"@types/node": "20.12.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "7.32.0",
Expand Down

0 comments on commit fc7f06e

Please sign in to comment.