We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fdecd commit ee9f69eCopy full SHA for ee9f69e
README.md
@@ -4,6 +4,7 @@ GitHub Actions for renovate-config-validator
4
5
## :rocket: Recent Update
6
7
+- v2.1.0: Cache ~/.npm by default, which improves the performance and mitigates API rate limit issues
8
- v2.0.0: Node.js 24 is installed by default to support the latest Renovate
9
10
## Input
@@ -82,6 +83,14 @@ You can pass `config_file_path` through output command.
82
83
config_file_path: ${{ steps.files.outputs.files }}
84
```
85
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
94
## Output
95
96
Nothing.
0 commit comments