From b45ff82c8bffd6c23d572c3bbf8ca6b66d076c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 8 Jul 2025 22:22:54 +0200 Subject: [PATCH] ci: registry install check --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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