Skip to content

Commit ea8a1c4

Browse files
committed
Drop node 10 support
Fixes #621
1 parent 18f7913 commit ea8a1c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [10.13, 10, 12, 14, 16]
19+
node: [12, 14, 16]
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs
@@ -48,8 +48,8 @@ jobs:
4848
runs-on: ubuntu-latest
4949
if:
5050
${{ github.repository == 'testing-library/react-hooks-testing-library' &&
51-
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha',
52-
github.ref) && github.event_name == 'push' }}
51+
contains('refs/heads/main,refs/heads/beta,refs/heads/next,refs/heads/alpha', github.ref) &&
52+
github.event_name == 'push' }}
5353
steps:
5454
- name: 🛑 Cancel Previous Runs
5555
uses: styfle/[email protected]

0 commit comments

Comments
 (0)