Skip to content

Commit

Permalink
chore: add node.js v16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed May 7, 2021
1 parent 6cc9d6b commit eddc004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
node: ['14', '12', '10']
node: ['10', '12', '14', '16']
name: Node ${{ matrix.node }} (Windows)
steps:
- name: Configure git line-breaks
Expand Down

0 comments on commit eddc004

Please sign in to comment.