diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3511207..c71393f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -191,14 +191,14 @@ jobs: id: setup_bun with: registries: | - https://registry.npmjs.org/ - @scope:https://registry.npmjs.org/ + https://registry.npmjs.org + @types:https://registry.yarnpkg.com - name: Install from default registry run: | bun add is-odd --verbose - - name: Install from @scope default registry + - name: Install from @types default registry id: run_bun run: | - bun add @scope/is-odd --verbose + bun add @types/bun --verbose