Skip to content

Commit

Permalink
chore: more github action tweaking
Browse files Browse the repository at this point in the history
FossilOrigin-Name: ebcf86ff528797b31fad69da36129955d5f5063f20af50248c8806c0f7413ff8
  • Loading branch information
brandon committed Sep 6, 2023
1 parent 6373562 commit e092adf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

strategy:
matrix:
deno: ["v1.36.0"]
deno: ["v1.36"]
os: [ubuntu-latest]

steps:
- name: Setup repo
uses: actions/checkout@v2

- name: Setup Deno
uses: denoland/setup-deno@v1.1.0
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno }}

Expand All @@ -40,7 +40,7 @@ jobs:

strategy:
matrix:
deno: ["v1.36.0"]
deno: ["v1.36"]
# os: [macOS-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]

Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Deno
uses: denoland/setup-deno@v1.1.0
uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.deno }}

Expand Down

0 comments on commit e092adf

Please sign in to comment.