-
Notifications
You must be signed in to change notification settings - Fork 19
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
deno 1.18.0: a config file in cwd can cause udd to error #59
Comments
Oh no! Sorry about that. Note: This was also the day 1.18.0 was released (I released that day because udd bumped the std dependencies), and so also the day CI upgraded you to that. That is a confusing error... and more bizarrely I can't seem to replicate it on udd itself (udd.yaml is working fine for me on 1.17.3 and 1.18.0). On cloning your repository this definitely seems to be a deno 1.18.0 issue... !!
❗ |
This is due to the deno.json (in 1.18.0 this is auto-looked up in the directory you're in). |
Is the solution to pass the config explicitly as deno.land/x/udd/deno.json (does that even work)? |
As a temporal solution, you can delete the |
This is fixed thanks to denoland/deno#13744 🚀 |
https://github.com/hayd/deno-udd#scheduled-github-action
Since 5 days ago, the day the version
0.7.1
was released, my CI stopped working:https://github.com/UltiRequiem/timero/actions/workflows/udd.yaml
error: TS2304 [ERROR]: Cannot find name 'Deno'.
The text was updated successfully, but these errors were encountered: