vector-js
vector-js copied to clipboard
Add caching for Bun dependencies in GitHub Actions
- Implement caching for Bun dependencies in both test.yaml and release.yaml.
- Use actions/cache@v3 to cache .bun directory.
- This change aims to improve the efficiency of CI/CD pipelines by reducing setup times.