Skip to content

Commit 4e620fd

Browse files
committed
pin
1 parent 421d257 commit 4e620fd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
submodules: true
1717

1818
- 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
1923

2024
- name: fmt
2125
run: deno fmt --check
@@ -45,6 +49,10 @@ jobs:
4549
with:
4650
submodules: true
4751
- uses: denoland/setup-deno@v2
52+
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
4856
- name: Build
4957
run: deno task build
5058
- name: Publish to JSR on tag

0 commit comments

Comments
 (0)