From 4e1ca1d1787f25ab9f0a72ccf9d8028f70b3a7ed Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 18 May 2022 22:00:11 +0200 Subject: refactor: use spawn API across codebase (#14414) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b6e9ad22..e1a421f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: if: matrix.job == 'lint' uses: denoland/setup-deno@v1 with: - deno-version: v1.19.3 + deno-version: v1.x - name: Install Python uses: actions/setup-python@v1 -- cgit v1.2.3