Update Angular to v17 (#2260)

This commit is contained in:
Pavlo Tkach
2024-01-16 13:45:56 -05:00
committed by GitHub
parent 9223b81ab3
commit 14ab9423f8
16 changed files with 9605 additions and 6385 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ npm cache clean -f
npm install -g n
# Retrying because fails are possible for node.js intallation. See -
# https://github.com/nodejs/build/issues/1993
for i in {1..5}; do n 16.19.0 && break || sleep 15; done
for i in {1..5}; do n 20.10.0 && break || sleep 15; done
# Install gcloud
# Cribbed from https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu
apt-get install lsb-release -y