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