We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 89a70be commit bdae35cCopy full SHA for bdae35c
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macos-latest] # todo: windows-latest
16
- node-version: [10.x, 12.x, 14.x, 15.x]
+ node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
17
18
name: Node ${{ matrix.node-version }} - ${{ matrix.os }}
19
0 commit comments