From d3032f7990300368e8d499e7066001882b8d0ac8 Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Wed, 22 Dec 2021 22:27:53 +0000 Subject: [PATCH 1/2] backport of commit 84689f987437e34e4c982081dc4522530669ad25 --- .circleci/config/jobs/algolia-index.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config/jobs/algolia-index.yml b/.circleci/config/jobs/algolia-index.yml index d0218117dbc..cd02bdd63aa 100644 --- a/.circleci/config/jobs/algolia-index.yml +++ b/.circleci/config/jobs/algolia-index.yml @@ -1,5 +1,5 @@ docker: - - image: node:12 + - image: node:14 steps: - checkout - run: @@ -10,5 +10,6 @@ steps: exit 0 fi cd website/ + npm install -g npm@latest npm install node scripts/index_search_content.js From d43dfc45b682337960adef93cfa47bf45b797cb2 Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Wed, 22 Dec 2021 22:46:36 +0000 Subject: [PATCH 2/2] backport of commit 458a945d56d8d55e43184982b8f1f40152bf3785 --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76e2e5253e9..8e8c39d90d0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -845,7 +845,7 @@ jobs: - GOTESTSUM_VERSION: 0.5.2 algolia-index: docker: - - image: node:12 + - image: node:14 steps: - checkout - run: @@ -855,6 +855,7 @@ jobs: exit 0 fi cd website/ + npm install -g npm@latest npm install node scripts/index_search_content.js name: Push content to Algolia Index