Skip to content

Commit

Permalink
fixed version of algoliasearch to 4.24.0 as the API change breaks the…
Browse files Browse the repository at this point in the history
… algolia build
  • Loading branch information
deinhofer authored Sep 26, 2024
1 parent cce6118 commit 71501df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/algolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: pnpm
- name: Install algoliasearch
run: |
pnpm add algoliasearch
pnpm add algoliasearch@4.24.0
pnpm install
- name: Delete Index
env:
Expand Down

0 comments on commit 71501df

Please sign in to comment.