From 7f59c9ff93684e9a56a209f9e2f2030810012c0e Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Tue, 2 May 2023 11:53:36 -0400 Subject: [PATCH] LP#2000482: (Followup) Update Angular Version in Makefile.common Install Angular 15 during DIST-REL-developer make targets. Signed-off-by: Jason Boyer --- Open-ILS/src/extras/install/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/install/Makefile.common b/Open-ILS/src/extras/install/Makefile.common index 93ca2f0d79..2c42234f3b 100644 --- a/Open-ILS/src/extras/install/Makefile.common +++ b/Open-ILS/src/extras/install/Makefile.common @@ -38,7 +38,7 @@ install_nodejs_from_source: wget -N $(NODEJS_BINARY) tar -C /usr/local --strip-components 1 -xJf $(NODEJS_TARBIN) npm update - npm install -g @angular/cli@^12.2.0 + npm install -g @angular/cli@^15.0 clean: make -C $(LIBDBI) clean -- 2.11.0