Upgrade node.js to latest version. (#3935)

This commit is contained in:
Tingluo Huang
2025-07-07 11:47:48 -04:00
committed by GitHub
parent 5969cbe208
commit 20912234a5
3 changed files with 9 additions and 8 deletions

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