We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d2d95 commit 378b5a3Copy full SHA for 378b5a3
.github/workflows/scripts/test_install
@@ -59,7 +59,7 @@ heartbeat_pid=""
59
working_dir=$(pwd)
60
61
# Get the Node.js major version:
62
-node_major_version=$(node -e 'console.log( require( "process" ).version.substring( 1 ).split( "." )[ 0 ] );' )
+node_major_version=$(node -e 'console.log( require( "process" ).version.substring( 1 ).split( "." )[ 0 ] );' | tr -d '\n' )
63
64
65
# FUNCTIONS #
0 commit comments