diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c79e3ff..98fa99d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,8 @@ jobs: bun_ci: uses: cross-org/workflows/bun-ci.yml@main with: - jsr_dependencies: @cross/test @std/assert + jsr_dependencies: "@cross/test @std/assert" node_ci: uses: cross-org/workflows/node-ci.yml@main with: - jsr_dependencies: @cross/test @std/assert \ No newline at end of file + jsr_dependencies: "@cross/test @std/assert" \ No newline at end of file