Skip to content

Commit

Permalink
testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Jul 10, 2024
1 parent 4344906 commit 289b04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-jasmine-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
angular-version: [17.x]
steps:
- uses: actions/checkout@v4

Expand All @@ -27,7 +28,7 @@ jobs:
cache-dependency-path: nav-app/package-lock.json

- name: Install Angular CLI
run: npm install -g @angular/cli
run: npm install -g @angular/cli@${{ matrix.angular-version}}

- name: Install
run: npm ci
Expand Down

0 comments on commit 289b04a

Please sign in to comment.