Skip to content

Commit

Permalink
try run coverage with node 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs committed Jun 12, 2024
1 parent 28b952d commit 0d12b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: Run test coverage
run: |
Expand Down

0 comments on commit 0d12b7a

Please sign in to comment.