Skip to content

Commit 282f7cd

Browse files
authored
Bump nodejs version. (#3840)
1 parent f060fe5 commit 282f7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/externals.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NODE_URL=https://nodejs.org/dist
66
NODE_ALPINE_URL=https://github.com/actions/alpine_nodejs/releases/download
77
# When you update Node versions you must also create a new release of alpine_nodejs at that updated version.
88
# Follow the instructions here: https://github.com/actions/alpine_nodejs?tab=readme-ov-file#getting-started
9-
NODE20_VERSION="20.19.0"
9+
NODE20_VERSION="20.19.1"
1010

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

0 commit comments

Comments
 (0)