Skip to content

Support .dvmrc #32

@BrunoBernardino

Description

@BrunoBernardino

I personally use a .dvmrc file to keep track of the deno version used for that specific repo/project, so it would be helpful to have the possibility to have the action read that instead of having to update in two places.

This is supported by actions/setup-node, like:

  - name: Setup node
    uses: actions/setup-node@v2
    with:
      node-version-file: '.nvmrc'

So it could be supported with something like:

  - name: Setup Deno
    uses: denoland/setup-deno@v1
    with:
      deno-version-file: '.dvmrc'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions