Bump nodejs version. (#3840)

This commit is contained in:
Tingluo Huang
2025-05-06 10:42:55 -04:00
committed by GitHub
parent f060fe5c85
commit 282f7cd2b2

View File

@@ -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.19.0"
NODE20_VERSION="20.19.1"
get_abs_path() {
# exploits the fact that pwd will print abs path when no args