Skip to content

Commit 4e0cc42

Browse files
authored
chore: remove quotes on defailt
1 parent b171803 commit 4e0cc42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/determineNodeVersions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
# Current can be disabled by setting the "nodeDisableCurrent" input to "true"
4444
# IF "NODE_VERSION" is overridden, "NODE_VERSION_CURRENT" will also be disabled
4545
NODE_VERSION_CURRENT="current"
46-
NODE_VERSION="${INPUTS_NODE_VERSION_OVERRIDE:-'lts/*'}"
46+
NODE_VERSION="${INPUTS_NODE_VERSION_OVERRIDE:-lts/*}"
4747
NODE_PREVIOUS_LTS="lts/-1"
4848
4949
if [ -n "$INPUTS_NODE_VERSION_OVERRIDE" ]; then

0 commit comments

Comments
 (0)