We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927a15c commit 020bfd1Copy full SHA for 020bfd1
.github/workflows/test-bun.yml
@@ -44,6 +44,17 @@ jobs:
44
run: bunx --bun yarn config set registry https://registry.npmjs.org/
45
- name: Get yarn config
46
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
52
+ echo "registry=https://registry.npmjs.org/" > .yarnrc
53
+
54
+ - name: Check config files
55
56
+ cat .npmrc
57
+ cat .yarnrc
58
- name: Install deps
59
run: bunx --bun yarn install --verbose
60
env:
0 commit comments