We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699b8ff commit f4ab1efCopy full SHA for f4ab1ef
.github/workflows/publish-server.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install Deno
25
uses: denoland/setup-deno@v2
26
with:
27
- deno-version: v2.x
+ deno-version: 2.6.2
28
# run any `bun` or `bunx` command
29
- run: bun install
30
- run: bun test
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
- run: cd server && bun test
0 commit comments