Update angular @21 (#2965)

This commit is contained in:
Pavlo Tkach
2026-02-24 20:08:27 +00:00
committed by GitHub
parent 929dccbfe3
commit 49df9c325a
53 changed files with 4272 additions and 7637 deletions
+1 -1
View File
@@ -50,7 +50,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 22.7.0 && break || sleep 15; done
for i in {1..5}; do n 22.12.0 && break || sleep 15; done
# Install gp_dump
apt-get install postgresql-client-17 procps -y