mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 23:18:25 +02:00
adds the ability to set ignore-scripts in npm config
This commit is contained in:
parent
e54c83ad43
commit
8d3d0041fe
8 changed files with 122 additions and 3 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