We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8773e57 commit 4f23fe2Copy full SHA for 4f23fe2
.github/actions/setup/action.yml
@@ -93,7 +93,7 @@ runs:
93
- name: Install JavaScript client dependencies
94
if: ${{ inputs.language == 'javascript' }}
95
shell: bash
96
- run: cd clients/algoliasearch-client-javascript && yarn install
+ run: cd clients/algoliasearch-client-javascript && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
97
98
# PHP deps
99
- name: Run composer update
0 commit comments