Skip to content

Commit

Permalink
update node version (actions#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqiaoy authored Jan 29, 2025
1 parent a7b3195 commit 52dc98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NODE_URL=https://nodejs.org/dist
NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download
# When you update Node versions you must also create a new release of alpine_nodejs at that updated version.
# Follow the instructions here: https://github.com/actions/alpine_nodejs?tab=readme-ov-file#getting-started
NODE20_VERSION="20.18.0"
NODE20_VERSION="20.18.2"

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

0 comments on commit 52dc98b

Please sign in to comment.