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 Nov 23, 2023
1 parent 34bdff2 commit 2b9eea1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": "18"
"node": "20"
},
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/bcrypt": "^5.0.0",
"@types/luxon": "^3.3.2",
"@types/module-alias": "^2.0.2",
"@types/node": "^18.18.5",
"@types/node": "^20.9.5",
"husky": "^8.0.3",
"jest": "29.7.0",
"lint-staged": "^13.3.0",
Expand Down
26 changes: 10 additions & 16 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 @@ -2,7 +2,7 @@
"name": "template",
"version": "0.0.0",
"engines": {
"node": "18"
"node": "20"
},
"private": true,
"workspaces": [
Expand Down

0 comments on commit 2b9eea1

Please # to comment.