Skip to content

Commit 91044e5

Browse files
committed
retry
1 parent 4e620fd commit 91044e5

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
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
@@ -50,9 +52,11 @@ jobs:
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

0 commit comments

Comments
 (0)