Skip to content

Commit

Permalink
ci: update test coveralls wf
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-berlin committed Aug 7, 2022
1 parent cf18c2c commit 93d71b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Use Node.js 10.x
uses: actions/setup-node@v1
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: 10.x
node-version: 'lts/*'

- name: npm install, make test-coverage
run: |
Expand Down

0 comments on commit 93d71b7

Please sign in to comment.