Skip to content

ci: improve CI perf by adding dependency caching#2961

Merged
marvinhagemeister merged 1 commit intodenoland:mainfrom
csvn:ci/deno-cache
May 16, 2025
Merged

ci: improve CI perf by adding dependency caching#2961
marvinhagemeister merged 1 commit intodenoland:mainfrom
csvn:ci/deno-cache

Conversation

@csvn
Copy link
Copy Markdown
Contributor

@csvn csvn commented May 16, 2025

The denoland/setup-deno action recently added built-in caching (denoland/setup-deno#89, denoland/setup-deno#98). This makes it a lot simpler to add caching of the DENO_DIR during CI runs, without needing @actions/cache manual setup.

This should speed up CI runs by avoiding downloading dependencies between every run.

@csvn csvn force-pushed the ci/deno-cache branch from bde725b to b7aefba Compare May 16, 2025 14:48
@csvn csvn marked this pull request as ready for review May 16, 2025 14:55
Copy link
Copy Markdown
Contributor

@marvinhagemeister marvinhagemeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for adding this!

@marvinhagemeister marvinhagemeister merged commit 49737c0 into denoland:main May 16, 2025
7 checks passed
@csvn csvn deleted the ci/deno-cache branch May 16, 2025 19:29
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

Successfully merging this pull request may close these issues.

2 participants