Skip to content

Commit

Permalink
Test against node 16 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff authored Jan 27, 2022
1 parent 5a01eaf commit cb34fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand Down

0 comments on commit cb34fca

Please sign in to comment.