Skip to content

Commit 255d6fe

Browse files
committed
Add bunfig.toml for registry
1 parent 020bfd1 commit 255d6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-bun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cat .npmrc
5757
cat .yarnrc
5858
- name: Install deps
59-
run: bunx --bun yarn install --verbose
59+
run: bunx --bun yarn install --verbose --registry https://registry.npmjs.org/ --frozen-lockfile
6060
env:
6161
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
6262
YARN_REGISTRY: https://registry.npmjs.org/

0 commit comments

Comments
 (0)