-
Notifications
You must be signed in to change notification settings - Fork 315
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
Next/node16 support #1911
Next/node16 support #1911
Conversation
Updates dependencies to allow for developer to build using NodeJS
Thank you for creating a Pull Request @gavinbarron. This is a checklist for the PR reviewer(s) to complete before approving and merging this PR:
|
The updated storybook is available here |
I think we should also update :
Or at least, clean those to not use the strategy? |
I've taken the approach of updating the other workflows to use node 16 and only having the PR workflow use the matrix. This gives us confidence that changes made will build on node 12, 14, and 16 while only building deployable packages for NPM or storybook using the latest version. |
The updated storybook is available here |
Closes #1910
PR Type
Feature
Description of the changes
Updates dependencies to allow for building using NodeJS 16 and add CI builds using NodeJS version 14.x and 16.x
PR checklist
yarn build
) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)yarn setLicense
)Other information
This should be self testing with the new PR builds :)