Updated nvm

This commit is contained in:
nise.moe 2024-06-08 14:35:00 +02:00
parent 735ab5790d
commit 538a8858c7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
18.19
22.2.0

View File

@ -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"