We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6560306 commit 9cb035fCopy full SHA for 9cb035f
actions/node/require-latest/require.sh
@@ -55,7 +55,7 @@ check_package() {
55
fi
56
57
for _current_version in "${_versions[@]}"; do
58
- if [ -z "${_current_version}" || "${_current_version}" == "null" ]; then
+ if [ -z "${_current_version}" ] || [ "${_current_version}" == "null" ]; then
59
continue
60
61
0 commit comments