Skip to content

Commit

Permalink
fix(instantsearch): e-commerce (#375)
Browse files Browse the repository at this point in the history
* fix js ecomm build

* chore: build InstantSearch.js/e-commerce example in CI

* chore: update CI env to node 14 for vanilla
  • Loading branch information
tkrugg committed Apr 1, 2022
1 parent 6531a9b commit 0faada0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
path: "React InstantSearch/algolia-insights"

build_vanilla_projects:
executor: node9
executor: node14
steps:
- checkout
- build_project:
Expand Down Expand Up @@ -136,6 +136,8 @@ jobs:
path: "InstantSearch.js/routing-seo-friendly"
- build_project:
path: "InstantSearch.js/secured-api-keys"
- build_project:
path: "InstantSearch.js/e-commerce"

build_vue_projects:
executor: node9
Expand Down
4 changes: 4 additions & 0 deletions InstantSearch.js/e-commerce/.htmlnanorc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"minifySvg": false
}

0 comments on commit 0faada0

Please sign in to comment.