update node version (#3682)

This commit is contained in:
Aiqiao Yan
2025-01-29 09:29:31 -05:00
committed by GitHub
parent a7b319530e
commit 52dc98b10f

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