Skip to content

Commit 7549073

Browse files
committed
ci: pin deno version to avoid test flakes
1 parent 6a26f59 commit 7549073

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ jobs:
5252
with:
5353
node-version: 16
5454

55-
- name: Setup Deno 1.x
55+
# The version of Deno is pinned because version 1.25.1 was causing test
56+
# flakes due to random segfaults.
57+
- name: Setup Deno 1.24.0
5658
uses: denoland/setup-deno@main
5759
with:
58-
deno-version: v1.x
60+
deno-version: v1.24.0
5961

6062
- name: Check out code into the Go module directory
6163
uses: actions/checkout@v2

0 commit comments

Comments
 (0)