mirror of
https://github.com/actions/setup-node.git
synced 2025-07-22 22:48:22 +02:00
Merge c955c43bf4
into 802632921f
This commit is contained in:
commit
1b0247db41
9 changed files with 120 additions and 2 deletions
|
@ -76,6 +76,10 @@ See [action.yml](action.yml)
|
|||
# Set always-auth option in npmrc file.
|
||||
# Default: ''
|
||||
always-auth: ''
|
||||
|
||||
# Set ignore-scripts in npmrc file to prevent pre and postinstall scripts from running as they are a potential security problem.
|
||||
# Default: false
|
||||
ignore-scripts: false
|
||||
```
|
||||
<!-- end usage -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue