-
Notifications
You must be signed in to change notification settings - Fork 195
chore: reduce recommended npm version #1883
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
|
d727cc5 to
794359c
Compare
|
Coverage report
Test suite run success836 tests passing in 120 suites. Report generated by 🧪jest coverage report action from 794359c |
tatomyr
left a comment
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.
Do we use any specific npm version in smoke tests? Maybe we have to add it to test there?
no - we only point nodeJS version like this and correspondent version of npm installed. |
What/Why/How?
Reduce recommended npm version to 9.5 as it has a number of security fixes and compatible with recommended node js version.
Reference
Testing
Screenshots (optional)
Check yourself
Security