-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Instead of writing:
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
It would be nice to write:
- uses: denoland/setup-deno@v1
Then when deno v2 is released we can bump the version of this action:
- 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.
satyarohith, UltiRequiem, branchvincent, slymax, talentlessguy and 3 morejaydenseric
Metadata
Metadata
Assignees
Labels
No labels