Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent ac96f86 commit 7f24ab0
Show file tree
Hide file tree
Showing 6 changed files with 141 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.12
20.18.0
2 changes: 1 addition & 1 deletion client/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20
296 changes: 136 additions & 160 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
]
},
"engines": {
"node": "14.x"
"node": "20.x"
},
"stylelint": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion server/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.22.12
20.18.0
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"prettier": "1.19.1"
},
"engines": {
"node": "12.x"
"node": "20.x"
}
}

0 comments on commit 7f24ab0

Please sign in to comment.