From 458a945d56d8d55e43184982b8f1f40152bf3785 Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Wed, 22 Dec 2021 17:46:36 -0500 Subject: [PATCH] Generate the file --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d1bd416b053e..d73c777bca8c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -149,7 +149,7 @@ jobs: - GOTESTSUM_VERSION: 0.5.2 algolia-index: docker: - - image: node:12 + - image: node:14 steps: - checkout - run: @@ -159,6 +159,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