Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add Node 14 to unit-test matrix
  • Loading branch information
jason-fox committed Jan 4, 2021
1 parent c6a9346 commit dd1a556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
node-version:
- 10.x
- 12.x
- 14.x
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -96,4 +97,4 @@ jobs:
- name: Push to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd1a556

Please sign in to comment.