Skip to content

Commit

Permalink
minor update of CI action
Browse files Browse the repository at this point in the history
- add more node versions for testing action
- remove debug flag in coveralls
  • Loading branch information
connectdotz committed Aug 18, 2021
1 parent 0286ff2 commit 25f06ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: Testing on ${{ matrix.os }} with Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [14.x]
node-version: [14.x, 16.x]
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down Expand Up @@ -96,7 +96,5 @@ jobs:

- name: Coveralls
uses: coverallsapp/github-action@master
env:
NODE_COVERALLS_DEBUG: 1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25f06ba

Please sign in to comment.