Skip to content

Commit 5227c2e

Browse files
authoredApr 29, 2021
ci: add nodejs v16 to test matrix (#179)
1 parent 141ca39 commit 5227c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [10.x, 12.x, 13.x, 14.x]
16+
node-version: [10.x, 12.x, 13.x, 14.x, 16.x]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2.3.4
@@ -54,4 +54,4 @@ jobs:
5454
- uses: fastify/github-action-merge-dependabot@v1.2.1
5555
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
5656
with:
57-
github-token: ${{secrets.github_token}}
57+
github-token: ${{secrets.github_token}}

0 commit comments

Comments
 (0)
Please sign in to comment.