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

[feat] builtin version management #18406

Closed
loynoir opened this issue Mar 24, 2023 · 1 comment
Closed

[feat] builtin version management #18406

loynoir opened this issue Mar 24, 2023 · 1 comment

Comments

@loynoir
Copy link

loynoir commented Mar 24, 2023

Description

  • deno --version 1.30.3 run -A reproduce.mjs means run reproduce.mjs with deno version1.30.3
  • deno --version 1.32.1 run -A reproduce.mjs means run reproduce.mjs with deno version1.32.1
  • .dvmrc, something like .nvmrc

Why

@ry
Copy link
Member

ry commented Mar 24, 2023

We have “deno upgrade —version”
I don’t think it needs to be further baked in.

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

No branches or pull requests

2 participants