Housekeeping: Update npm packages and node version (#3752)

This commit is contained in:
Thomas Boop
2025-03-14 14:51:10 -04:00
committed by GitHub
parent 07310cabc0
commit 7211a53c9e
3 changed files with 538 additions and 297 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.18.2"
NODE20_VERSION="20.19.0"
get_abs_path() {
# exploits the fact that pwd will print abs path when no args