From e74b7f69643f15e2dc08626becf714503cefe1bb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 17 Jul 2024 01:08:33 +0300 Subject: [PATCH] build: Update NODE_VERSION in build-server --- bin/build-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-server.sh b/bin/build-server.sh index 6299908c2..94a3650ef 100755 --- a/bin/build-server.sh +++ b/bin/build-server.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash PKG_DIR=dist/trilium-linux-x64-server -NODE_VERSION=18.18.2 +NODE_VERSION=20.15.1 if [ "$1" != "DONTCOPY" ] then