Skip to content

Commit

Permalink
Merge pull request #1865 from timdeschryver/ci-fix
Browse files Browse the repository at this point in the history
ci: pin Angular 16
  • Loading branch information
FabianGosebrink authored Nov 12, 2023
2 parents 67eebcf + c469458 commit 2f1e874
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2f1e874

Please sign in to comment.