chore: use npmmirror registry for bun install in CI
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
|
echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile --registry=https://registry.npmmirror.com
|
||||||
|
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: bun run check
|
run: bun run check
|
||||||
|
|||||||
Reference in New Issue
Block a user