diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 68b4daf..7d0bc24 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -14,10 +14,10 @@ jobs: uses: cross-org/workflows/.github/workflows/bun-ci.yml@main with: jsr_dependencies: "@cross/test @cross/fs @cross/runtime @std/assert@0.224.0 @std/path@0.224.0" - npm_dependencies: "cbor-x" + npm_dependencies: "cbor-x ohash" node_ci: uses: cross-org/workflows/.github/workflows/node-ci.yml@main with: jsr_dependencies: "@cross/test @cross/fs @cross/runtime @std/assert@0.224.0 @std/path@0.224.0" - npm_dependencies: "cbor-x" + npm_dependencies: "cbor-x ohash" test_target: "test/*.test.ts" \ No newline at end of file