Skip to content

Commit efeab14

Browse files
committed
Update GitHub Actions workflow to include @cross/runtime in jsr_dependencies for both bun-ci and node-ci jobs
1 parent a07fee0 commit efeab14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
contents: read
2323
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
2424
with:
25-
jsr_dependencies: "@cross/test @cross/fs @cross/dir @std/assert @std/path"
25+
jsr_dependencies: "@cross/test @cross/runtime @cross/fs @cross/dir @std/assert @std/path"
2626
node_ci:
2727
permissions:
2828
contents: read
2929
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
3030
with:
31-
jsr_dependencies: "@cross/test @cross/fs @cross/dir @std/assert @std/path"
31+
jsr_dependencies: "@cross/test @cross/runtime @cross/fs @cross/dir @std/assert @std/path"
3232
test_target: "test/*.test.ts test/**/*.test.ts"

0 commit comments

Comments
 (0)