Skip to content

Commit

Permalink
chore: note about targeting the latest version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebebbington authored Jul 15, 2021
1 parent 0048145 commit 877e3e0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,24 @@ Set up your GitHub Actions workflow with a specific version of Deno.

## Usage

### Latest stable
### Latest stable for a major

```yaml
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
```
### Latest stable for any major
Targets the latest major, minor and patch version of Deno.
```yaml
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
```
### Specific stable
```yaml
Expand Down

0 comments on commit 877e3e0

Please sign in to comment.