Skip to content

Commit

Permalink
move the comment to the end of the line so it's more obvious which va…
Browse files Browse the repository at this point in the history
…riable it's talking about
  • Loading branch information
pje committed May 13, 2024
1 parent dcaf602 commit 2503260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download
# Follow the instructions here: https://github.com/actions/alpine_nodejs?tab=readme-ov-file#getting-started
NODE16_VERSION="16.20.2"
NODE20_VERSION="20.13.1"
# used only for win-arm64, remove node16 unofficial version when official version is available
NODE16_UNOFFICIAL_VERSION="16.20.0"
NODE16_UNOFFICIAL_VERSION="16.20.0" # used only for win-arm64, remove node16 unofficial version when official version is available

get_abs_path() {
# exploits the fact that pwd will print abs path when no args
Expand Down

0 comments on commit 2503260

Please sign in to comment.