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

Only supports use of Deno up to v1.33.1 #242

Open
MasterKale opened this issue Aug 18, 2023 · 2 comments
Open

Only supports use of Deno up to v1.33.1 #242

MasterKale opened this issue Aug 18, 2023 · 2 comments

Comments

@MasterKale
Copy link

MasterKale commented Aug 18, 2023

It turns out that the repo that this action queries for available Deno versions was archived on June 29, 2023. This means that the versions.json that gets loaded here...

https://github.com/maximousblk/setup-deno/blob/main/src/utils.ts#L18

...won't ever get updated. This restricts this action to using versions of Deno up through v1.33.1:

https://github.com/denoland/dotland/blob/main/versions.json#L147

I'm not sure if you're maintaining this anymore or not, but I figured I'd make it known in case someone else arrives here looking for an action to help set up Deno in CI.

@maximousblk
Copy link
Owner

Thanks for update @MasterKale. I need to add this to the tests in case this breaks again.

Is there a new versions list that I can reference instead?

@MasterKale
Copy link
Author

Is there a new versions list that I can reference instead?

I hadn't ever needed one before so I don't know what else you could use...

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