File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3737
3838 test-minimum :
3939
40- name : Test with Angular@19 .0.0 and minimum dependencies requirements
40+ name : Test with Angular@20 .0.0 and minimum dependencies requirements
4141 runs-on : ubuntu-latest
4242 timeout-minutes : 10
4343
5454 - name : Build the lib (with the current version, as it is what is published on npm)
5555 run : npm run build
5656 - name : Downgrade dependencies to minimal required version
57- run : npm install typescript@5.6.3 tslib@2.5.0 better-typescript-lib@2.9 .0 rxjs@7.6.0 zone.js@0.15.0 @angular/common@19 .0.0 @angular/compiler@19 .0.0 @angular/core@19 .0.0 @angular/platform-browser@19 .0.0 @angular/router@19 .0.0 @angular/cli@19 .0.0 @angular/compiler-cli@19 .0.0 @angular-devkit /build-angular@19 .0.0 --legacy-peer-deps
57+ run : npm install typescript@5.8.2 tslib@2.5.0 better-typescript-lib@2.11 .0 rxjs@7.6.0 zone.js@0.15.0 @angular/common@20 .0.0 @angular/compiler@20 .0.0 @angular/core@20 .0.0 @angular/platform-browser@20 .0.0 @angular/router@20 .0.0 @angular/cli@20 .0.0 @angular/compiler-cli@20 .0.0 @angular/build@20 .0.0 --legacy-peer-deps
5858 env :
5959 CI : true
6060 - name : Run unit tests
You can’t perform that action at this time.
0 commit comments