Skip to content

Commit

Permalink
revert: ⏪ set deno version just for shipping step
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelAlloy committed Sep 13, 2020
1 parent 49c0fea commit 50a805b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Setup Deno
uses: denolib/setup-deno@v2
with:
deno-version: v1.3.3

- name: Check formatting
run: deno fmt --check
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:

- name: Setup Deno
uses: denolib/setup-deno@v2
with:
deno-version: v1.3.3

- name: Run tests
run: deno test -A --unstable
Expand Down

0 comments on commit 50a805b

Please sign in to comment.