List installed node module versions

This commit is contained in:
Gaurav Nelson 2022-04-29 10:53:40 +10:00
parent 5c5dfc0ac2
commit bf74c35f3d

View File

@ -9,6 +9,9 @@ BLUE='\033[0;34m'
RED='\033[0;31m'
npm i -g markdown-link-check@3.8.7
echo "::group::Debug information"
npm -g list --depth=1
echo "::endgroup::"
declare -a FIND_CALL
declare -a COMMAND_DIRS COMMAND_FILES