Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Support Vite Task GitHub Actions cache in setup-vp

Open
#2,013 3 comments 1 reaction 1 assignee View on GitHub

@KTrain5169 is already working on this.

Since Aug 14, 2026.

Assessment

This issue has not been assessed yet.

Description

Problem

The GitHub Actions cache guide currently asks users to wire Vite Task cache manually with actions/cache restore and save steps.

That makes every project choose its own cache path and key shape for node_modules/.vite/task-cache. It is easy to get wrong, and users have to repeat the same workflow config in each repository.

Possible direction

Add first-class Vite Task cache support to voidzero-dev/setup-vp.

setup-vp could provide a good default path and cache key for Vite Task, while still allowing projects to opt in and override defaults when needed. This should stay separate from package-manager dependency caching.

Context

Raised during review of #1992. The docs can keep the manual workflow for now, but setup support would make the common case simpler.

Dominant language
Rust
Stars
5.8k
Forks
263
Avg merge
1d 4h
Merged PRs (30d)
148

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from voidzero-dev/vite-plus

All issues in voidzero-dev/vite-plus

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.