-
Notifications
You must be signed in to change notification settings - Fork 71
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
Updated Node versions for Web UI library #5589
Conversation
@azure/communication-react jest test coverage for stable.
|
@azure/communication-react jest test coverage for beta.
|
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-qqbzpbpsxj.chromatic.com/ |
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-hiylpjmstz.chromatic.com/ |
@@ -28,7 +28,7 @@ jobs: | |||
- name: Use Node.js | |||
uses: actions/setup-node@v4 | |||
with: | |||
node-version: '20.x' | |||
node-version: 'lts/*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we move this to be a Github variable like the ubuntu version in case we need to change it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could but we already have been using LTS in some of the pipelines.
One of the advantages of using LTS is that the Node.js version will automatically migrate as LTS roles change. This ensures that the version won't be forgotten, reducing the need for manual updates. Also node is usually pretty good with backward compatibility (and deprecation policies) and has predictable release schedule
Calling bundle size is not changed.
|
Chat bundle size is decreased✅.
|
CallWithChat bundle size is not changed.
|
Storybook 8 URL https://60c7ae6891f0e90039d7cd54-jxtaxflqiw.chromatic.com/ |
What
Why
How Tested
Run most of the GitHub workflows
Process & policy checklist
Is this a breaking change?