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 75574a1 commit 780a31bCopy full SHA for 780a31b
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [10.x, 12.x, 14.x]
+ node-version: [10.x, 12.x, 14.x, 15.x] # TODO: change "15.x" to "16.x" when 16 releases
21
steps:
22
- uses: actions/checkout@v2
23
if: github.event.inputs.git-ref == ''
0 commit comments