We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421d257 commit 4e620fdCopy full SHA for 4e620fd
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,10 @@ jobs:
16
submodules: true
17
18
- uses: denoland/setup-deno@v2
19
+ with:
20
+ # Pinned to avoid Deno 2.7.14 TLS panic in `deno sandbox copy/extend`.
21
+ # See https://github.com/denoland/deno/issues/33713 — unpin once fixed upstream.
22
+ deno-version: v2.7.13
23
24
- name: fmt
25
run: deno fmt --check
@@ -45,6 +49,10 @@ jobs:
45
49
with:
46
50
47
51
52
53
54
55
48
56
- name: Build
57
run: deno task build
58
- name: Publish to JSR on tag
0 commit comments