Skip to content

Commit

Permalink
chore: Don't test with node 15 (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 8, 2021
1 parent 830da02 commit 875ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [10.13, 12, 14, 15, 16]
node: [10.13, 12, 14, 16]
react: [latest, next, experimental]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 875ee5b

Please sign in to comment.