This commit is contained in:
Jozef Steinhübl 2024-12-12 18:13:58 +01:00
parent 8ba5db5474
commit 8903e8876d
No known key found for this signature in database
GPG Key ID: E6BC90C91973B08F

View File

@ -168,8 +168,8 @@ jobs:
run: |
bun --version
setup-bun-jsr-registry:
name: setup-bun jsr registry (${{ matrix.os }})
setup-bun-registry:
name: setup-bun registry (${{ matrix.os }})
runs-on: ${{ matrix.os }}
continue-on-error: true
needs: [remove-cache, tests]
@ -191,12 +191,7 @@ jobs:
registries: |
[
{
"url": "https://npm.jsr.io",
"scope": "@jsr"
"url": "https://registry.npmjs.org",
"scope": "@npm"
}
]
- name: Run Bun
id: run_bun
run: |
bun add @luca/runtime-detector