Skip to content

Commit 68f2e9a

Browse files
chore: update Node versions (#4287)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b98d42 commit 68f2e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/externals.sh

Lines changed: 1 addition & 1 deletion
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.20.0"
9+
NODE20_VERSION="20.20.1"
1010
NODE24_VERSION="24.14.0"
1111

1212
get_abs_path() {

0 commit comments

Comments
 (0)