diff --git a/setup-node-environment/action.yml b/setup-node-environment/action.yml index 5205611..d1d8398 100644 --- a/setup-node-environment/action.yml +++ b/setup-node-environment/action.yml @@ -67,7 +67,6 @@ 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/*"