ci(pr-validation): disable package manager cache in nodejs setup (#2799)

This commit is contained in:
fallenbagel
2026-04-02 14:12:04 +08:00
committed by GitHub
parent 772e83d104
commit 67e27d5b79

View File

@@ -125,6 +125,7 @@ jobs:
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
with: with:
node-version-file: 'package.json' node-version-file: 'package.json'
package-manager-cache: false
- name: Skip bot PRs - name: Skip bot PRs
id: bot-check id: bot-check