-
Notifications
You must be signed in to change notification settings - Fork 33
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
Dynamically determine node version #48
Comments
|
Any news on this? I'd like to use node18 in SWA. Would it be possible to extend the customization level of the staticwebapp.config.json as proposed in #66 ? |
Thanks for the bump @BernhardAuer - this was a quick feature add that is available in 0.17. |
#47 updated the adapter to target Node 16 instead of 12. This is good, but it would be better if we could allow the user to specify which node version to use. Otherwise, they'll be tied to the adapter Node version.
Here's how adapter-vercel does it:
https://github.com/sveltejs/kit/blob/3dae8e702641b5ee762b1892b7b7aa90e1c19a7c/packages/adapter-vercel/index.js#L388-L399
The text was updated successfully, but these errors were encountered: