Skip to content

Commit 93578a4

Browse files
millotpshortcuts
andauthoredOct 30, 2024··
fix: upgrade algoliasearch to v5 (#2326)
We can use the new generated client to stay up to date and upgrade packages that depends on docsearch. --------- Co-authored-by: shortcuts <vannicattec@gmail.com>
1 parent 90f3c6a commit 93578a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+13950
-13724
lines changed
 

Diff for: ‎.circleci/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ aliases:
3838
defaults: &defaults
3939
working_directory: ~/docsearch
4040
docker:
41-
- image: cimg/node:16.20.2
41+
- image: cimg/node:18.20.3
4242

4343
cypress: &cypress
4444
working_directory: ~/docsearch
4545
docker:
46-
- image: cypress/browsers:node16.14.0-chrome99-ff97
46+
- image: cypress/browsers:node-18.20.3-chrome-125.0.6422.141-1-ff-126.0.1-edge-125.0.2535.85-1
4747
environment:
4848
## this enables colors in the output
4949
TERM: xterm
@@ -153,7 +153,6 @@ jobs:
153153
steps:
154154
- checkout
155155
- *attach_workspace
156-
- run: *install_yarn_version
157156
- restore_cache: *restore_yarn_cache
158157
- run: *run_yarn_install
159158
- save_cache: *save_yarn_cache

Diff for: ‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.2
1+
18.20.3

0 commit comments

Comments
 (0)
Please sign in to comment.