ci: block all trusted deps in cache test
This commit is contained in:
parent
307c87ca51
commit
69507d8ac6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -103,5 +103,9 @@ jobs:
|
||||
uses: ./
|
||||
id: setup_bun
|
||||
|
||||
- name: Block trusted dependencies
|
||||
run: |
|
||||
echo "$(jq '. += {"trustedDependencies": []}' package.json)" > package.json
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun add bloater embark axios-retry-ano terrible-lodash react-misc-toolbox
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user