Skip to content

Commit

Permalink
chore: add node.js v16 support (#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed May 14, 2021
1 parent 2bee261 commit 3345267
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 3345267

Please sign in to comment.