Skip to content

Commit

Permalink
build(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 1aa813b commit 0ac2e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@types/node": "20.8.7",
"@types/node": "22.9.0",
"@types/react": "18.2.72",
"@types/react-dom": "18.2.22",
"@vercel/analytics": "1.2.2",
Expand All @@ -55,6 +55,6 @@
"@vercel/edge": "1.1.1"
},
"engines": {
"node": "20.x"
"node": "22.x"
}
}

0 comments on commit 0ac2e73

Please sign in to comment.