Skip to content

Commit ea44a63

Browse files
mocha version
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4e2f41b commit ea44a63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
deno-version: latest
6868
# --allow-scripts runs lifecycle scripts so the kerberos prebuild is fetched.
6969
- run: deno install --allow-scripts
70-
- run: deno run -A --unstable-detect-cjs npm:mocha test/unit --recursive -R spec -t 5000
70+
- run: deno run -A --unstable-detect-cjs npm:mocha@10.8.2 test/unit --recursive -R spec -t 5000
7171

7272
unit-integration-tests:
7373
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)