Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller authored Jan 26, 2024
1 parent fa9db60 commit 527219e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: nav-app/package-lock.json
- run: npm ci
- run: npm run test -- --code-coverage --no-watch --browsers ChromeHeadlessCI
- run: npm run test -- --no-watch --browsers ChromeHeadlessCI

0 comments on commit 527219e

Please sign in to comment.