update for using newer nodejs version in auto-deployment

This commit is contained in:
einhornimmond 2024-07-24 16:11:40 +02:00
parent b3fc6aaea8
commit d488d4b15f
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
v14.17.0
v18.20

View File

@ -214,6 +214,8 @@ echo 'Updating admin' >> $UPDATE_HTML
cd $PROJECT_ROOT/admin
# TODO maybe handle this differently?
unset NODE_ENV
nvm use
npm i -g yarn
yarn install
yarn build
# TODO maybe handle this differently?