Skip to content

Commit 4f23fe2

Browse files
committed
mutable
1 parent 8773e57 commit 4f23fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)