Skip to content

Commit 0faada0

Browse files
authored
fix(instantsearch): e-commerce (#375)
* fix js ecomm build * chore: build InstantSearch.js/e-commerce example in CI * chore: update CI env to node 14 for vanilla
1 parent 6531a9b commit 0faada0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
path: "React InstantSearch/algolia-insights"
104104

105105
build_vanilla_projects:
106-
executor: node9
106+
executor: node14
107107
steps:
108108
- checkout
109109
- build_project:
@@ -136,6 +136,8 @@ jobs:
136136
path: "InstantSearch.js/routing-seo-friendly"
137137
- build_project:
138138
path: "InstantSearch.js/secured-api-keys"
139+
- build_project:
140+
path: "InstantSearch.js/e-commerce"
139141

140142
build_vue_projects:
141143
executor: node9
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"minifySvg": false
3+
}
4+

0 commit comments

Comments
 (0)