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 922b1bd commit f429687Copy full SHA for f429687
.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
.github/workflows/check.yml
@@ -157,8 +157,6 @@ jobs:
157
with:
158
type: minimal
159
language: javascript
160
- env:
161
- YARN_ENABLE_IMMUTABLE_INSTALLS: false
162
163
- name: Build '${{ matrix.client }}' client
164
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
0 commit comments