Skip to content

Commit

Permalink
ci: pin deno version to avoid test flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Sep 4, 2022
1 parent 6a26f59 commit 7549073
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
with:
node-version: 16

- name: Setup Deno 1.x
# The version of Deno is pinned because version 1.25.1 was causing test
# flakes due to random segfaults.
- name: Setup Deno 1.24.0
uses: denoland/setup-deno@main
with:
deno-version: v1.x
deno-version: v1.24.0

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

0 comments on commit 7549073

Please sign in to comment.