You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
"npm WARN deprecated" warnings do not fail CI. Since winston was
updated, the only remaining warning is for `querystring`, which is
blocked until we update aws-sdk-js.
Solution:
Fail CI for "npm WARN deprecated" warnings, but make an exception for
`querystring`.
0 commit comments