File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ aliases:
25
25
defaults : &defaults
26
26
working_directory : ~/create-instantsearch-app
27
27
docker :
28
- - image : circleci/node:8
28
+ - image : circleci/node:12
29
29
30
30
executors :
31
- node8 :
32
- docker :
33
- - image : circleci/node:8
34
31
node10 :
35
32
docker :
36
33
- image : circleci/node:10
34
+ node12 :
35
+ docker :
36
+ - image : circleci/node:12
37
37
38
38
commands :
39
39
build_app :
88
88
name : End-to-end tests
89
89
command : yarn run test:e2e --maxWorkers=4
90
90
91
- test_apps_node_8 :
92
- executor : node8
91
+ test_apps_node_10 :
92
+ executor : node10
93
93
steps :
94
94
- checkout
95
95
- run : *install_yarn_version
@@ -118,8 +118,8 @@ jobs:
118
118
template : ' Vue InstantSearch'
119
119
app : ' vue-instantsearch'
120
120
121
- test_apps_node_10 :
122
- executor : node10
121
+ test_apps_node_12 :
122
+ executor : node12
123
123
steps :
124
124
- checkout
125
125
- run : *install_yarn_version
@@ -155,5 +155,5 @@ workflows:
155
155
- test_lint
156
156
- test_unit
157
157
- test_e2e
158
- - test_apps_node_8
159
158
- test_apps_node_10
159
+ - test_apps_node_12
Original file line number Diff line number Diff line change
1
+ 12.14.1
Original file line number Diff line number Diff line change 33
33
" src"
34
34
],
35
35
"engines" : {
36
- "node" : " >= 8 "
36
+ "node" : " >= 10 "
37
37
},
38
38
"dependencies" : {
39
39
"algoliasearch" : " 3.35.1" ,
You can’t perform that action at this time.
0 commit comments