dgrove-oss commented on pull request #227: URL: https://github.com/apache/openwhisk-client-js/pull/227#issuecomment-947044037
Travis is triggering now, but there's a failure. Wild guessing, I would speculate it that the PR added some additional dependencies and we failed the size check. ``` > [email protected] check-deps-size /home/travis/build/apache/openwhisk-client-js 2402> ./tools/check_size.sh 1100 2403 2404Checking node_modules size isn't more than threshold (kb): 1100 2405openwhisk-3.21.4.tgz 2406added 8 packages from 8 contributors and audited 747 packages in 8.63s 2407found 13 vulnerabilities (12 moderate, 1 high) 2408 run `npm audit fix` to fix them, or `npm audit` for details 2409failure! node_modules size (1104) is more than threshold 2410npm ERR! code ELIFECYCLE 2411npm ERR! errno 1 2412npm ERR! [email protected] check-deps-size: `./tools/check_size.sh 1100` 2413npm ERR! Exit status 1 2414npm ERR! 2415npm ERR! Failed at the [email protected] check-deps-size script. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
