Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fakoua authored May 16, 2020
1 parent 18b60fb commit cce9919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@master
- uses: denolib/setup-deno@v1.1.0
- uses: denolib/setup-deno@master
with:
deno-version: 0.36.0
- run: deno -A test.ts
deno-version: 1.x
- run: deno test -A

0 comments on commit cce9919

Please sign in to comment.