chore: fix npm caching in linter workflow#247
Merged
mobilemind merged 2 commits intochore/streamline-ci-cdfrom Mar 22, 2026
Merged
chore: fix npm caching in linter workflow#247mobilemind merged 2 commits intochore/streamline-ci-cdfrom
mobilemind merged 2 commits intochore/streamline-ci-cdfrom
Conversation
Co-authored-by: mobilemind <19366+mobilemind@users.noreply.github.com> Agent-Logs-Url: https://github.com/mobilemind/text2datauri/sessions/5afb4df8-2441-4f20-bdc9-d9ebc0159b18
Copilot
AI
changed the title
[WIP] [WIP] Chore: address feedback on CI/CD streamline from PR #246
chore: fix npm caching in linter workflow
Mar 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the linter GitHub Actions workflow to use the built-in npm cache support in actions/setup-node instead of caching node_modules, aligning caching behavior with npm ci semantics.
Changes:
- Removed the standalone
actions/cachestep that cachednode_modules. - Enabled
actions/setup-node@v6npm caching (cache: 'npm') keyed offpackage-lock.json.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
npm cideletesnode_modulesbefore installing, making the previousactions/cachestep that cachednode_modulesa no-op — restoring it provided zero speedup.Changes
actions/cache@v5step cachingnode_modulescache: 'npm'toactions/setup-node@v6, which caches~/.npmkeyed bypackage-lock.json— the correct layer to cache fornpm ciworkflows📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.