Skip to content

Commit 020bfd1

Browse files
committed
Add bunfig.toml for registry
1 parent 927a15c commit 020bfd1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test-bun.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ jobs:
4444
run: bunx --bun yarn config set registry https://registry.npmjs.org/
4545
- name: Get yarn config
4646
run: bunx --bun yarn config list
47+
- name: Set .npmrc
48+
run: |
49+
echo "registry=https://registry.npmjs.org/" > .npmrc
50+
- name: Set .yarnc
51+
run: |
52+
echo "registry=https://registry.npmjs.org/" > .yarnrc
53+
54+
- name: Check config files
55+
run: |
56+
cat .npmrc
57+
cat .yarnrc
4758
- name: Install deps
4859
run: bunx --bun yarn install --verbose
4960
env:

0 commit comments

Comments
 (0)