vector-js icon indicating copy to clipboard operation
vector-js copied to clipboard

Add caching for Bun dependencies in GitHub Actions

Open eraykeskinmac opened this issue 1 year ago • 0 comments

  • 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.

eraykeskinmac avatar Mar 12 '24 20:03 eraykeskinmac