Skip to content
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

fix: ensure valid cloud function runtime version #66

Merged
merged 2 commits into from
May 13, 2021

Conversation

jthegedus
Copy link
Owner

Summary

Ensure the Cloud Function runtime is set and is at least Node.js14 for compatibility with SvelteKit.

Fixes: #50

Other Information

@jthegedus
Copy link
Owner Author

It's unclear if using esbuild to target Node.js 12 would be enough to resolve the issue raised in #47 so we will do both for now.

@jthegedus jthegedus merged commit 46fafad into main May 13, 2021
@jthegedus jthegedus deleted the fix/ensure-valid-cloud-function-version branch May 13, 2021 10:25
github-actions bot pushed a commit that referenced this pull request May 13, 2021
## [0.7.3](v0.7.2...v0.7.3) (2021-05-13)

### Bug Fixes

* ensure valid cloud function runtime version ([#66](#66)) ([46fafad](46fafad))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 0.7.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Force Node.js 14 Cloud Function runtime
1 participant