We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f060fe5 commit 282f7cdCopy full SHA for 282f7cd
src/Misc/externals.sh
@@ -6,7 +6,7 @@ NODE_URL=https://nodejs.org/dist
6
NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download
7
# When you update Node versions you must also create a new release of alpine_nodejs at that updated version.
8
# Follow the instructions here: https://github.com/actions/alpine_nodejs?tab=readme-ov-file#getting-started
9
-NODE20_VERSION="20.19.0"
+NODE20_VERSION="20.19.1"
10
11
get_abs_path() {
12
# exploits the fact that pwd will print abs path when no args
0 commit comments