Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 5d5145e

Browse files
committed
chore(ci): skip react test on node 10
1 parent 174c0ab commit 5d5145e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ jobs:
111111
- build_app:
112112
template: 'JavaScript Helper'
113113
app: 'javascript-helper'
114-
- build_app:
115-
template: 'React InstantSearch'
116-
app: 'react-instantsearch'
114+
# - build_app:
115+
# template: 'React InstantSearch'
116+
# app: 'react-instantsearch'
117117
- build_app:
118118
template: 'Vue InstantSearch'
119119
app: 'vue-instantsearch'

0 commit comments

Comments
 (0)