Skip to content

Commit 18f2450

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

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
@@ -7,7 +7,7 @@ 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
99
NODE20_VERSION="20.19.5"
10-
NODE24_VERSION="24.9.0"
10+
NODE24_VERSION="24.10.0"
1111

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

0 commit comments

Comments
 (0)