Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 5af4d65

Browse files
committed
chore(server): bump node version
1 parent 33924cb commit 5af4d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/scripts/build-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121
echo "Selected Arch: $ARCH"
2222

2323
# Set Node.js version and architecture-specific filename
24-
NODE_VERSION=22.14.0
24+
NODE_VERSION=22.16.0
2525

2626
script_dir=$(realpath $(dirname $0))
2727
BUILD_DIR="$script_dir/../dist"

0 commit comments

Comments
 (0)