Skip to content

Commit

Permalink
ci: pin Angular 16
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Nov 11, 2023
1 parent 2e3632e commit bbcd1bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

0 comments on commit bbcd1bf

Please sign in to comment.