Create Multi-Line Strings Without The Line Breaks
run: >-
echo "::set-output name=NODE_VERSION::$(
cat .tool-versions
| grep nodejs
| sed 's/nodejs \(.*\)$/\1/'
)"Last updated
run: >-
echo "::set-output name=NODE_VERSION::$(
cat .tool-versions
| grep nodejs
| sed 's/nodejs \(.*\)$/\1/'
)"Last updated