From 46ed8936030bf9cd5128dfc7fbe04eec2f472149 Mon Sep 17 00:00:00 2001 From: Shane McLaughlin Date: Thu, 9 May 2024 11:56:58 -0500 Subject: [PATCH] Revert "Use node 'current' in UT, allow disable (#100)" (#101) This reverts commit 6985c77f8b2f33b0c076663152704231161bcd83. --- .../actions/determineNodeVersions/action.yml | 25 +++---------------- 1 file changed, 4 insertions(+), 21 deletions(-) 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<