ci: registry install check

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

View file

@ -196,9 +196,9 @@ jobs:
- name: Install from default registry
run: |
bun add is-odd --verbose
bun add is-odd --verbose --force
- name: Install from @types default registry
- name: Install from @types registry
id: run_bun
run: |
bun add @types/bun --verbose
bun add @types/bun --verbose --force