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 020bfd1 commit 255d6feCopy full SHA for 255d6fe
.github/workflows/test-bun.yml
@@ -56,7 +56,7 @@ jobs:
56
cat .npmrc
57
cat .yarnrc
58
- name: Install deps
59
- run: bunx --bun yarn install --verbose
+ run: bunx --bun yarn install --verbose --registry https://registry.npmjs.org/ --frozen-lockfile
60
env:
61
NPM_CONFIG_REGISTRY: https://registry.npmjs.org/
62
YARN_REGISTRY: https://registry.npmjs.org/
0 commit comments