Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Feb 19, 2025
1 parent a61dee4 commit 53c704f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
22.12.0
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": "18.17.0"
"node": "22.12.0"
},
"scripts": {
"dev": "run-s generate:routes && concurrently \"next dev\" \"yarn graphql:codegen:watch\"",
Expand Down

0 comments on commit 53c704f

Please sign in to comment.