build(server): bump to latest node v22.14.0 -> fixes EBADENGINE warning

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'node-abi@4.2.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.18.1', npm: '10.8.2' }
npm warn EBADENGINE }
This commit is contained in:
Panagiotis Papadopoulos 2025-03-26 08:12:22 +01:00
parent b97c28bc13
commit 1e713469e7

View File

@ -21,7 +21,7 @@ fi
echo "Selected Arch: $ARCH"
# Set Node.js version and architecture-specific filename
NODE_VERSION=20.15.1
NODE_VERSION=22.14.0
BUILD_DIR="./build"
DIST_DIR="./dist"