Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought committed Aug 2, 2022
1 parent f3c617e commit 0fb0484
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true

- name: Install
run: |
Expand All @@ -40,10 +41,11 @@ jobs:
npm run test:ci
- name: Coveralls Parallel
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel: true
flag-name: run-${{ matrix.node-version }}-${{ matrix.os }}

coverage:
needs: test
Expand Down

0 comments on commit 0fb0484

Please sign in to comment.