We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b3287 commit 657e106Copy full SHA for 657e106
.github/workflows/validate.yml
@@ -17,7 +17,7 @@ jobs:
17
if: ${{ !contains(github.head_ref, 'all-contributors') }}
18
strategy:
19
matrix:
20
- node: [10.13, 12, 14, 16]
+ node: [10.13, 12, 14, 15, 16]
21
react: [latest, next, experimental]
22
runs-on: ubuntu-latest
23
steps:
0 commit comments