diff --git a/.github/actions/determineNodeVersions/action.yml b/.github/actions/determineNodeVersions/action.yml index b32f173..72a02dc 100644 --- a/.github/actions/determineNodeVersions/action.yml +++ b/.github/actions/determineNodeVersions/action.yml @@ -18,9 +18,6 @@ runs: shell: bash id: node-versions run: | - # Current can be disabled by setting the GHA var "UT_DISABLE_NODE_CURRENT" to "true" - # IF "NODE_VERSION" is overridden, "NODE_VERSION_CURRENT" will also be disabled - NODE_VERSION_CURRENT="current" NODE_VERSION="${{ inputs.nodeVersionOverride || 'lts/*' }}" NODE_PREVIOUS_LTS="lts/-1" @@ -36,30 +33,16 @@ runs: fi { - echo "nodeVersions<> "$GITHUB_OUTPUT" # Sample output looks like this: # # nodeVersions<