chore(server): bump node version

This commit is contained in:
Elian Doran 2025-05-31 01:32:52 +03:00
parent 33924cb7f8
commit 5af4d65d1f
No known key found for this signature in database

View File

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