-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added support for nodejs22 #941
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Enhancement
Description
Upgraded Node.js version to 22 in functions
Updated nhost/functions image to 1.4.0-beta1
Updated nhost/be dependency to latest version
Modified example project configuration
Changes walkthrough 📝
compose.go
Update nhost/functions image version
dockercompose/compose.go
nhost.toml
Upgrade Node.js version in example project
examples/myproject/nhost/nhost.toml
go.mod
Update nhost/be dependency version
go.mod
go.sum
Update go.sum with new nhost/be dependency
go.sum