We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26fa1c commit f1b90b2Copy full SHA for f1b90b2
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [ windows-latest, ubuntu-latest, macos-latest ]
33
- node: [ 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ]
+ node: [ 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 ]
34
steps:
35
- uses: actions/checkout@v1
36
- uses: actions/setup-node@v1
0 commit comments