Skip to content

Commit

Permalink
Merge pull request #1911 from timdeschryver/ci/fix-build
Browse files Browse the repository at this point in the history
ci: run RxJS 6 with Angular 16
  • Loading branch information
FabianGosebrink committed Mar 17, 2024
2 parents ed8092f + 5616f6f commit 6c778a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -180,10 +180,10 @@ jobs:
working-directory: ./angular-auth-oidc-client-test
run: sudo npm run build

AngularLatestVersionWithRxJs6:
Angular16VersionWithRxJs6:
needs: build_job
runs-on: ubuntu-latest
name: Angular latest & RxJs 6
name: Angular 16 & RxJs 6
steps:
- name: Setup Node.js
uses: actions/setup-node@v2
Expand All @@ -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 6c778a4

Please sign in to comment.