Caching node dependencies in CI error
When I run my workflow without DENO_DIR set, my tests in CI pass.
https://github.com/udibo/juniper/actions/runs/14962769325/job/42027376603
When I tried adding caching like in the deno docs, I get a failure.
https://docs.deno.com/runtime/reference/continuous_integration/#caching-dependencies
Here you can see a build that failed with the following errors. It appears the node dependencies work differently if you have a DENO_DIR specified, resulting in failure.
https://github.com/udibo/juniper/actions/runs/14962853590/job/42027859303
Is there a way I can fix this or should I just go without caching my deno dependencies?
2 Replies
GitHub
Issues · denoland/deno
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
I just created an issue now for it.
https://github.com/denoland/deno/issues/29260