Skip to content

Commit

Permalink
Drop node 10 support
Browse files Browse the repository at this point in the history
Fixes #621
  • Loading branch information
mpeyper committed May 18, 2021
1 parent 18f7913 commit ea8a1c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [10.13, 10, 12, 14, 16]
node: [12, 14, 16]
runs-on: ubuntu-latest
steps:
- name: 馃洃 Cancel Previous Runs
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
runs-on: ubuntu-latest
if:
${{ github.repository == 'testing-library/react-hooks-testing-library' &&
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
github.ref) && github.event_name == 'push' }}
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) &&
github.event_name == 'push' }}
steps:
- name: 馃洃 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.0
Expand Down

0 comments on commit ea8a1c4

Please sign in to comment.