Skip to content

Commit

Permalink
ci: add NodeJS v16 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 20, 2021
1 parent ddbb7f0 commit 469c006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 10
- 12
- 14
- 16
steps:
- uses: actions/checkout@master
- name: "Test with Node.js ${{ matrix.node_version }}"
Expand Down

0 comments on commit 469c006

Please sign in to comment.