From 538a8858c7178851ff71e894d9386d5a39745c1d Mon Sep 17 00:00:00 2001 From: "nise.moe" Date: Sat, 8 Jun 2024 14:35:00 +0200 Subject: [PATCH] Updated nvm --- nise-frontend/.nvmrc | 2 +- nise-frontend/Build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nise-frontend/.nvmrc b/nise-frontend/.nvmrc index df5f0bc..44e031b 100644 --- a/nise-frontend/.nvmrc +++ b/nise-frontend/.nvmrc @@ -1 +1 @@ -18.19 +22.2.0 diff --git a/nise-frontend/Build.sh b/nise-frontend/Build.sh index f287ffa..9430ecf 100755 --- a/nise-frontend/Build.sh +++ b/nise-frontend/Build.sh @@ -9,7 +9,7 @@ rm -rf target/ # Clean and build Angular project source /usr/share/nvm/init-nvm.sh -nvm use 18.19 +nvm use 22.2.0 ng build --configuration production --aot --output-hashing=all if [ $? -ne 0 ]; then echo "ng build failed"