Skip to content

Commit ee9f69e

Browse files
docs: update (#1093)
1 parent 57fdecd commit ee9f69e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ GitHub Actions for renovate-config-validator
44

55
## :rocket: Recent Update
66

7+
- v2.1.0: Cache ~/.npm by default, which improves the performance and mitigates API rate limit issues
78
- v2.0.0: Node.js 24 is installed by default to support the latest Renovate
89

910
## Input
@@ -82,6 +83,14 @@ You can pass `config_file_path` through output command.
8283
config_file_path: ${{ steps.files.outputs.files }}
8384
```
8485

86+
### `npm_cache`
87+
88+
required: false
89+
90+
Enable npm cache to speed up the installation of renovate.
91+
If it's "true", the npm cache is enabled.
92+
By default, the npm cache is enabled.
93+
8594
## Output
8695

8796
Nothing.

0 commit comments

Comments
 (0)