Skip to content

Commit

Permalink
build: Update NODE_VERSION in build-server
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 16, 2024
1 parent 612907c commit e74b7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-server.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e74b7f6

Please sign in to comment.