We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b3cd4 commit 5ac7cb7Copy full SHA for 5ac7cb7
.github/workflows/create-releases.yml
@@ -41,7 +41,7 @@ jobs:
41
if: ${{ steps.release.outputs.releases_created }}
42
uses: denoland/setup-deno@v1
43
with:
44
- deno-version: v1.x
+ deno-version: v1.35.1
45
46
- name: Install dependencies
47
.github/workflows/publish-deno.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Deno
31
32
33
34
35
36
run: |
0 commit comments