use node 10 for docker and server package

This commit is contained in:
azivner
2018-09-05 20:35:33 +02:00
parent 46f37f7426
commit 6668b55d6e
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ fi
VERSION=$1
PKG_DIR=dist/trilium-linux-x64-server
NODE_VERSION=8.11.4
NODE_VERSION=10.9.0
rm -r $PKG_DIR
mkdir $PKG_DIR