File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 - uses : denoland/setup-deno@v2
1919 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
20+ # Pinned to avoid TLS panic in `deno sandbox copy/extend` (regression
21+ # present in at least v2.7.13 and v2.7.14; v2.7.8 is the last version
22+ # confirmed working). See https://github.com/denoland/deno/issues/33713
23+ # — unpin once fixed upstream.
24+ deno-version : v2.7.8
2325
2426 - name : fmt
2527 run : deno fmt --check
5052 submodules : true
5153 - uses : denoland/setup-deno@v2
5254 with :
53- # Pinned to avoid Deno 2.7.14 TLS panic in `deno sandbox copy/extend`.
54- # See https://github.com/denoland/deno/issues/33713 — unpin once fixed upstream.
55- deno-version : v2.7.13
55+ # Pinned to avoid TLS panic in `deno sandbox copy/extend` (regression
56+ # present in at least v2.7.13 and v2.7.14; v2.7.8 is the last version
57+ # confirmed working). See https://github.com/denoland/deno/issues/33713
58+ # — unpin once fixed upstream.
59+ deno-version : v2.7.8
5660 - name : Build
5761 run : deno task build
5862 - name : Publish to JSR on tag
You can’t perform that action at this time.
0 commit comments