You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Update GitHub Actions CI configuration to improve caching s… (#404)
* refactor: Update GitHub Actions CI configuration to improve caching strategy
* refactor: Enhance caching strategy in GitHub Actions CI configuration
* refactor: Improve pnpm setup and caching in GitHub Actions
- Updated action.yml to extract both pnpm and node versions from .tool-versions.
- Enhanced caching strategy by including node_modules and .pnpm-store in cache paths.
- Modified install command to use --frozen-lockfile for consistency.
* refactor: Remove provenance option from caching in GitHub Actions CI configuration
* refactor: Fix node version extraction in GitHub Actions setup
- Updated action.yml to correctly extract the node version from .tool-versions.
- Ensured both pnpm and node versions are outputted to $GITHUB_OUTPUT for consistency.
0 commit comments