We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b687765 commit dd0693dCopy full SHA for dd0693d
functions.sh
@@ -365,4 +365,4 @@ function tests_updated() {
365
return 1
366
fi
367
return 0
368
-}
+}
update.sh
@@ -130,7 +130,7 @@ function update_node_version() {
130
131
132
nodeVersion="${version}.${fullVersion:-0}"
133
-
+
134
# preserve the existing YARN_VERSION
135
if [ "${SKIP}" = true ] && [ -f "${dockerfile}" ]; then
136
existing_yarn_version=$(grep -m1 'ENV YARN_VERSION=' "${dockerfile}" | cut -d'=' -f2 || echo "")
0 commit comments