Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .dvmrc #32

Closed
BrunoBernardino opened this issue Sep 18, 2022 · 1 comment
Closed

Support .dvmrc #32

BrunoBernardino opened this issue Sep 18, 2022 · 1 comment

Comments

@BrunoBernardino
Copy link

BrunoBernardino commented Sep 18, 2022

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'
@lishaduck
Copy link

Supported since 1.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants