add feature to copy toolPath to node-installation-path

This commit is contained in:
CNOCTAVE 2025-01-06 12:45:17 +08:00
parent 48b90677b6
commit 3ea0cefd51
3 changed files with 1767 additions and 1718 deletions

View file

@ -76,6 +76,10 @@ See [action.yml](action.yml)
# Set always-auth option in npmrc file.
# Default: ''
always-auth: ''
# Set node installation path.
# Default: ''
node-installation-path: ''
```
<!-- end usage -->