Skip to content

Commit 71501df

Browse files
authored
fixed version of algoliasearch to 4.24.0 as the API change breaks the algolia build
1 parent cce6118 commit 71501df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/algolia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: pnpm
3333
- name: Install algoliasearch
3434
run: |
35-
pnpm add algoliasearch
35+
pnpm add algoliasearch@4.24.0
3636
pnpm install
3737
- name: Delete Index
3838
env:

0 commit comments

Comments
 (0)