Skip to content

Commit

Permalink
setup deno then do version but with correct matrix again
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 committed Jan 12, 2022
1 parent 70e603c commit 9d24b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Use Deno Version ${{ matrix.deno_version }}
uses: denolib/setup-deno@v1
uses: denolib/setup-deno@v2
with:
deno-version: ${{ matrix.deno_version }}
- name: Log deno version
Expand Down

0 comments on commit 9d24b72

Please sign in to comment.