-
-
Notifications
You must be signed in to change notification settings - Fork 180
Remove support for Node 14, raise minimum version to 16 #451
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
Conversation
|
I suspect the failing integration test is due to the SB 7 release that somehow broke stuff. Does it pass on master for you? |
|
|
@oblador Digging into the failure a little bit more, it looks Storybook 7 requires a web server because they've switched to usedusing JavaScript modules ( I quickly hacked in a |
|
@levibuzolic 0.31.2 is out now with storybook 7 fixes, could you please give it another try? 🙏 |
Update node engine to >=16 Co-authored-by: Tomas Echeverri <[email protected]>
|
@oblador should be good to go now. |
|
Thanks! |
As discussed in #450, this raises the minimum node version support to 16 to fix some compatibility issues with the latest version of various dependencies.
#450 (comment)