Skip to content

Commit 794b562

Browse files
Backport of fix: algolia-index CircleCI test into stable-website (#13519)
* backport of commit 84689f9 * backport of commit 458a945 Co-authored-by: Noel Quiles <3746694+EnMod@users.noreply.github.com>
1 parent d032bc3 commit 794b562

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config/jobs/algolia-index.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
docker:
2-
- image: node:12
2+
- image: node:14
33
steps:
44
- checkout
55
- run:
@@ -10,5 +10,6 @@ steps:
1010
exit 0
1111
fi
1212
cd website/
13+
npm install -g npm@latest
1314
npm install
1415
node scripts/index_search_content.js

0 commit comments

Comments
 (0)