disable hardened mode for other CI
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Yarn install
|
||||
uses: Wandalen/wretry.action@master
|
||||
with:
|
||||
command: yarn install --immutable
|
||||
command: YARN_ENABLE_HARDENED_MODE=0 yarn install --immutable
|
||||
attempt_limit: 3
|
||||
attempt_delay: 2000
|
||||
- name: Lint check
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Yarn install
|
||||
uses: Wandalen/wretry.action@master
|
||||
with:
|
||||
command: yarn install --immutable
|
||||
command: YARN_ENABLE_HARDENED_MODE=0 yarn install --immutable
|
||||
attempt_limit: 3
|
||||
attempt_delay: 2000
|
||||
- name: Check & compile i18n
|
||||
|
||||
Reference in New Issue
Block a user