mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
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:
parent
b97c28bc13
commit
1e713469e7
@ -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=20.15.1
|
NODE_VERSION=22.14.0
|
||||||
|
|
||||||
BUILD_DIR="./build"
|
BUILD_DIR="./build"
|
||||||
DIST_DIR="./dist"
|
DIST_DIR="./dist"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user