We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73479f5 commit bdef1f2Copy full SHA for bdef1f2
.github/workflows/demo.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Setup Deno
47
uses: denoland/setup-deno@v2
48
with:
49
- deno-version: "v2.1.5" # you can change this to v2.1.4 and prove there is no issue there
+ deno-version: "main" # you can change this to v2.1.4 and prove there is no issue there
50
51
- name: deno task compile-win
52
run: deno task compile-win
0 commit comments