Skip to content

Commit 2e6f8f4

Browse files
chore(ci): enable yarn hardened mode and immutable installs (API-476) (generated)
algolia/api-clients-automation#6915 Co-authored-by: Mario-Alexandru Dan <marioalexandrudan@gmail.com>
1 parent 899993f commit 2e6f8f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install JavaScript dependencies
2929
shell: bash
30-
run: yarn install
30+
run: YARN_ENABLE_HARDENED_MODE=1 yarn install
3131

3232
- name: Build clients
3333
shell: bash

0 commit comments

Comments
 (0)