mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 12:38:24 +02:00
ci: block all trusted deps in cache test
This commit is contained in:
parent
307c87ca51
commit
69507d8ac6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -103,5 +103,9 @@ jobs:
|
||||||
uses: ./
|
uses: ./
|
||||||
id: setup_bun
|
id: setup_bun
|
||||||
|
|
||||||
|
- name: Block trusted dependencies
|
||||||
|
run: |
|
||||||
|
echo "$(jq '. += {"trustedDependencies": []}' package.json)" > package.json
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun add bloater embark axios-retry-ano terrible-lodash react-misc-toolbox
|
run: bun add bloater embark axios-retry-ano terrible-lodash react-misc-toolbox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue