ci(pr-validation): disable package manager cache in nodejs setup (#2799)
This commit is contained in:
1
.github/workflows/pr-validation.yml
vendored
1
.github/workflows/pr-validation.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user