From 488d29598cd8d072b51fd81e72e84777bf7122ca Mon Sep 17 00:00:00 2001 From: Cyrille Tuzi Date: Wed, 22 May 2024 22:38:30 +0200 Subject: [PATCH] fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ce18f80..22afe916 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,7 +55,7 @@ jobs: - name: Build the lib (with the current version, as it is what is published on npm) run: npm run build - name: Downgrade dependencies to minimal required version - run: npm install typescript@5.4.2 tslib@2.3.0 rxjs@7.4.0 zone.js@0.14.0 @angular/common@18.0.0 @angular/compiler@18.0.0 @angular/core@18.0.0 @angular/platform-browser@18.0.0 @angular/router@18.0.0 @angular/cli@18.0.0 @angular/compiler-cli@18.0.0 @angular-devkit/build-angular@18.0.0 --legacy-peer-deps + run: npm install typescript@5.4.2 tslib@2.5.0 rxjs@7.4.0 zone.js@0.14.0 @angular/common@18.0.0 @angular/compiler@18.0.0 @angular/core@18.0.0 @angular/platform-browser@18.0.0 @angular/router@18.0.0 @angular/cli@18.0.0 @angular/compiler-cli@18.0.0 @angular-devkit/build-angular@18.0.0 --legacy-peer-deps env: CI: true - name: Run unit tests