Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
trim whitespaces
Signed-off-by: Harta Angkasa <24356946+ItsHarta@users.noreply.github.com>
  • Loading branch information
ItsHarta committed Feb 2, 2026
commit f7448d0593affd7c5414da8e168c8281168aa196
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,4 @@ function tests_updated() {
return 1
fi
return 0
}
}
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function update_node_version() {
fi

nodeVersion="${version}.${fullVersion:-0}"

# preserve the existing YARN_VERSION
if [ "${SKIP}" = true ] && [ -f "${dockerfile}" ]; then
existing_yarn_version=$(grep -m1 'ENV YARN_VERSION=' "${dockerfile}" | cut -d'=' -f2 || echo "")
Expand Down