Skip to content

Commit 4e2f41b

Browse files
committed
use latest deno version
1 parent 1f5eba4 commit 4e2f41b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
- uses: oven-sh/setup-bun@v2
5555
with:
5656
bun-version: latest
57-
# Installs dependencies (incl. the optional kerberos native addon) using Bun.
5857
- run: bun install
59-
# Bun has full CommonJS support, so mocha runs unchanged.
6058
- run: bunx mocha test/unit --recursive -R spec -t 5000
6159

6260
deno-unit-tests:
@@ -66,11 +64,9 @@ jobs:
6664
- uses: actions/checkout@v4
6765
- uses: denoland/setup-deno@v2
6866
with:
69-
deno-version: v2.x
67+
deno-version: latest
7068
# --allow-scripts runs lifecycle scripts so the kerberos prebuild is fetched.
7169
- run: deno install --allow-scripts
72-
# The driver and its tests are CommonJS; Deno defaults .js to ESM, so
73-
# --unstable-detect-cjs is required to load them as CommonJS modules.
7470
- run: deno run -A --unstable-detect-cjs npm:mocha test/unit --recursive -R spec -t 5000
7571

7672
unit-integration-tests:

0 commit comments

Comments
 (0)