From 81d8929f40fbaa8152bd77c7aa3bfce89439dfca Mon Sep 17 00:00:00 2001 From: Hexagon Date: Sat, 15 Jun 2024 21:48:39 +0200 Subject: [PATCH] Add dependency ohash to CI --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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