diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7f74e26..11731fee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: path: angular-auth-oidc-client-artefact - name: Install AngularCLI globally - run: sudo npm install -g @angular/cli + run: sudo npm install -g @angular/cli@16 - name: Show ng Version run: ng version @@ -117,7 +117,7 @@ jobs: path: angular-auth-oidc-client-artefact - name: Install AngularCLI globally - run: sudo npm install -g @angular/cli + run: sudo npm install -g @angular/cli@16 - name: Show ng Version run: ng version @@ -157,7 +157,7 @@ jobs: path: angular-auth-oidc-client-artefact - name: Install AngularCLI globally - run: sudo npm install -g @angular/cli + run: sudo npm install -g @angular/cli@16 - name: Show ng Version run: ng version @@ -197,7 +197,7 @@ jobs: path: angular-auth-oidc-client-artefact - name: Install AngularCLI globally - run: sudo npm install -g @angular/cli + run: sudo npm install -g @angular/cli@16 - name: Show ng Version run: ng version