Skip to content

Commit 7bc8f45

Browse files
committed
Fix Deno breaking upon reading Sandbox's totally valid package.json in tests
1 parent 21ef24e commit 7bc8f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Deno
4343
uses: denoland/setup-deno@v1
4444
with:
45-
deno-version: v1.x
45+
deno-version: v1.29.4
4646

4747
- name: Env
4848
run: |

0 commit comments

Comments
 (0)