ci: registry install check

This commit is contained in:
Jozef Steinhübl 2025-07-08 22:22:54 +02:00
parent c384e3aa99
commit b45ff82c8b
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -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