chore(server): bump node version

pull/2065/head
Elian Doran 2025-05-31 01:32:52 +07:00
parent 33924cb7f8
commit 5af4d65d1f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -21,7 +21,7 @@ fi
echo "Selected Arch: $ARCH" echo "Selected Arch: $ARCH"
# Set Node.js version and architecture-specific filename # Set Node.js version and architecture-specific filename
NODE_VERSION=22.14.0 NODE_VERSION=22.16.0
script_dir=$(realpath $(dirname $0)) script_dir=$(realpath $(dirname $0))
BUILD_DIR="$script_dir/../dist" BUILD_DIR="$script_dir/../dist"