Skip to content

Commit

Permalink
Update Node.js to v22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 3b4b228 commit 6f13761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"engines": {
"node": "22.12.0",
"node": "22.13.0",
"pnpm": ">=9.15.3"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "22.12.0",
"node": "22.13.0",
"pnpm": ">=9.15.3"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"engines": {
"node": "22.12.0",
"node": "22.13.0",
"pnpm": ">=9.15.3"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit 6f13761

Please sign in to comment.