Skip to content

Commit

Permalink
ci: add nodejs v16 to test matrix (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 29, 2021
1 parent 141ca39 commit 5227c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 13.x, 14.x]
node-version: [10.x, 12.x, 13.x, 14.x, 16.x]
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
- uses: fastify/github-action-merge-dependabot@v1.2.1
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
with:
github-token: ${{secrets.github_token}}
github-token: ${{secrets.github_token}}

0 comments on commit 5227c2e

Please sign in to comment.