diff --git a/setup-node-environment/action.yml b/setup-node-environment/action.yml index 10ff407..cbba8e9 100644 --- a/setup-node-environment/action.yml +++ b/setup-node-environment/action.yml @@ -67,6 +67,7 @@ runs: # Extract the node version from the .npmrc file + set -x; nodeVersion=$(sed -n 's/.*use-node-version=\([0-9.]*\).*/\1/p' .npmrc) if [[ -z "$nodeVersion" ]]; then nodeVersion="lts/*"