Skip to content

Commit

Permalink
Merge pull request #135 from celo-org/shazarre/default_engine
Browse files Browse the repository at this point in the history
Specify default version of node to 18
  • Loading branch information
shazarre authored Jan 9, 2024
2 parents 449ba23 + f991264 commit 601ae15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"react-google-recaptcha-v3": "^1.10.1",
"react-use-async-callback": "^2.1.2",
"typescript": "5.0.3"
},
"engines": {
"node": "18"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
},
"resolutions": {
"vm2": "^3.9.17"
},
"engines": {
"node": "18"
}
}

1 comment on commit 601ae15

@vercel
Copy link

@vercel vercel bot commented on 601ae15 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.