Skip to content

Commit f429687

Browse files
committed
always mutable
1 parent 922b1bd commit f429687

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runs:
9393
- name: Install JavaScript client dependencies
9494
if: ${{ inputs.language == 'javascript' }}
9595
shell: bash
96-
run: cd clients/algoliasearch-client-javascript && yarn install
96+
run: cd clients/algoliasearch-client-javascript && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install
9797

9898
# PHP deps
9999
- name: Run composer update

.github/workflows/check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ jobs:
157157
with:
158158
type: minimal
159159
language: javascript
160-
env:
161-
YARN_ENABLE_IMMUTABLE_INSTALLS: false
162160

163161
- name: Build '${{ matrix.client }}' client
164162
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)