We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830da02 commit 875ee5bCopy full SHA for 875ee5b
.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, 15, 16]
+ node: [10.13, 12, 14, 16]
21
react: [latest, next, experimental]
22
runs-on: ubuntu-latest
23
steps:
0 commit comments