Skip to content

Commit

Permalink
chore: fix ci coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
emunhoz committed Apr 12, 2022
1 parent 9cd07e3 commit 9169585
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 17.x

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 9169585

Please sign in to comment.