Skip to content

fix: remove unnecessary npm cache from GitHub Actions#7

Merged
rpidanny merged 1 commit intomainfrom
fix-gha
Oct 2, 2025
Merged

fix: remove unnecessary npm cache from GitHub Actions#7
rpidanny merged 1 commit intomainfrom
fix-gha

Conversation

@rpidanny
Copy link
Owner

@rpidanny rpidanny commented Oct 2, 2025

Description

This PR removes the unnecessary npm cache step from the GitHub Actions release workflow.

Changes

  • Removed the Cache node modules step from .github/actions/release/action.yml
  • This step was redundant as npm automatically handles caching in newer versions

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Testing

  • Workflow changes have been tested
  • No breaking changes to existing functionality

Conventional Commits

This PR follows conventional commits specification with the commit message:
fix: remove unnecessary npm cache

@rpidanny rpidanny merged commit cd85a06 into main Oct 2, 2025
1 check passed
@rpidanny rpidanny deleted the fix-gha branch October 2, 2025 15:11
github-actions bot pushed a commit that referenced this pull request Oct 2, 2025
## [2.0.0](v1.0.1...v2.0.0) (2025-10-02)

### ⚠ BREAKING CHANGES

* support multiple GitHub repositories with array-based configuration (#6)

### Features

* support multiple GitHub repositories with array-based configuration ([#6](#6)) ([deaa548](deaa548))

### Bug Fixes

* missing terraform ([69d87ca](69d87ca))
* remove unnecessary npm cache ([#7](#7)) ([cd85a06](cd85a06))
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.

1 participant