ci: block all trusted deps in cache test

This commit is contained in:
Jozef Steinhübl 2024-05-08 11:17:20 +02:00
parent 307c87ca51
commit 69507d8ac6
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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