File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,13 +124,13 @@ jobs:
124124 if : matrix.RUNTIME == 'bun'
125125 uses : oven-sh/setup-bun@v2
126126 with :
127- bun-version : 1.x
127+ bun-version : latest
128128
129129 - name : Set up Deno
130130 if : matrix.RUNTIME == 'deno'
131131 uses : denoland/setup-deno@v2
132132 with :
133- deno-version : v2.x
133+ deno-version : latest
134134
135135 - name : Resolve Cassandra latest patch version
136136 env :
Original file line number Diff line number Diff line change 5353 - uses : actions/checkout@v4
5454 - uses : oven-sh/setup-bun@v2
5555 with :
56- bun-version : 1.x
56+ bun-version : latest
5757 - run : bun install
5858 - run : bunx mocha test/unit --recursive -R spec -t 5000
5959
6464 - uses : actions/checkout@v4
6565 - uses : denoland/setup-deno@v2
6666 with :
67- deno-version : v2.x
67+ deno-version : latest
6868 # --allow-scripts runs lifecycle scripts so the kerberos prebuild is fetched.
6969 - run : deno install --allow-scripts=npm:kerberos
7070 - run : deno run -A --unstable-detect-cjs npm:mocha@10.8.2 test/unit --recursive -R spec -t 5000
You can’t perform that action at this time.
0 commit comments