Skip to content

Commit

Permalink
Update coveralls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr authored Feb 24, 2022
1 parent 4e3fb03 commit 527e075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Use Node.js 10.x
- name: Use Node.js 17.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 17.x

- name: npm install, npm test:lcov
run: |
Expand Down

0 comments on commit 527e075

Please sign in to comment.