Skip to content

Commit 6fc835b

Browse files
committed
chore(action.yml): remove npm cache configuration from setup-node action
The npm cache configuration is removed from the setup-node action to simplify the action configuration. The cache settings were not providing significant performance improvements and were adding unnecessary complexity. This change aims to streamline the GitHub Actions workflow.
1 parent 79e8723 commit 6fc835b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/setup-nodejs-markdown/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ runs:
1414
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1515
with:
1616
node-version: ${{ inputs.node-version }}
17-
cache: npm
18-
cache-dependency-path: '**/package*.json'
1917

2018
# NPM CACHE OPTIMIZATION
2119
# Reduces markdownlint installation time on repeated runs

0 commit comments

Comments
 (0)