denoland / denoland/setup-deno

Default to `v1.x`?

Open
#27 4 comments 9 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
330
Forks
58
PR merge metrics
No merged PRs in 30d

Description

Instead of writing:

```yaml
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
```

It would be nice to write:

```yaml
- uses: denoland/setup-deno@v1
```

Then when deno v2 is released we can bump the version of this action:

```yaml
- uses: denoland/setup-deno@v2
```

The one risk for this is if we would want to make any breaking changes to the action, but I feel we could just do that when a new major deno version release occurs.

~~This would not be a breaking change because not providing a `deno-version` currently errors.~~

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.