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?
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?
