mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
fix: trusted dependencies
This commit is contained in:
parent
c7040b36fe
commit
ccbc380c31
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
- name: Trust all dependencies
|
||||||
|
run: bun pm trust --all
|
||||||
|
|
||||||
- name: Add npm
|
- name: Add npm
|
||||||
run: bun add npm
|
run: bun add npm
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user