Skip to content

Commit

Permalink
ci(deploy): Upgrade deno to 1.40.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Feb 25, 2024
1 parent 4548866 commit 32fb8ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -545,14 +545,14 @@ jobs:
- name: Install Deno
uses: denolib/setup-deno@v2.3.0
with:
deno-version: 1.8.0
deno-version: 1.40.4

- name: Clone sane-fmt/deno
run: git clone https://github.com/sane-fmt/deno.git sane-fmt-deno

- name: Refresh and Test
run: |
deno cache --unstable sane-fmt-deno/**/*.{ts,js}
deno cache sane-fmt-deno/**/*.{ts,js}
./sane-fmt-deno/scripts/test.ts
- name: Download the WASI binary
Expand All @@ -576,7 +576,7 @@ jobs:
- name: Refresh and Test
run: |
deno cache --unstable sane-fmt-deno/**/*.{ts,js}
deno cache sane-fmt-deno/**/*.{ts,js}
./sane-fmt-deno/scripts/test.ts
- name: Configure git password
Expand Down

0 comments on commit 32fb8ca

Please sign in to comment.