Skip to content

Commit

Permalink
fix gh credential. expand gh actions coverage from 8/10/12 to 8-14
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Oct 18, 2019
1 parent fd231d5 commit c9601c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -26,3 +26,5 @@ jobs:
CI: true
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.github_token }}

0 comments on commit c9601c8

Please sign in to comment.