fix: CI
This commit is contained in:
parent
d68903c804
commit
d9276e8289
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
bun install --frozen-lockfile
|
bun install --frozen-lockfile
|
||||||
rm .npmrc
|
rm .npmrc
|
||||||
env:
|
env:
|
||||||
BUN_AUTH_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
|
|
||||||
- name: Audit dependencies
|
- name: Audit dependencies
|
||||||
run: bun audit || true
|
run: bun audit || true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue