From 8b420a507b8d51dde9c1319368bcb3e9d4bffc39 Mon Sep 17 00:00:00 2001 From: Dmitry Danilov Date: Thu, 26 Mar 2020 19:52:04 +0200 Subject: [PATCH] fix(ci): update typescript ver in latest script, to fix build --- scripts/ci/npm-ng-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/npm-ng-latest.sh b/scripts/ci/npm-ng-latest.sh index d78759f7ef..3c23ce38af 100755 --- a/scripts/ci/npm-ng-latest.sh +++ b/scripts/ci/npm-ng-latest.sh @@ -18,6 +18,6 @@ npm i @angular/animations@latest \ @angular/service-worker@latest \ @schematics/angular@latest \ @types/node@latest \ - typescript@3.7.5 \ + typescript@3.8 \ tsickle@0.35.0 \ rxjs@6.5.2