mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 14:13:49 +00:00
Add installer
* start * Add tests * Clean up changes * Update tool-cache we consume * Use custom 7zr
This commit is contained in:
parent
47177e86fd
commit
3b7fa72b60
195 changed files with 19398 additions and 8 deletions
12
README.md
12
README.md
|
@ -3,9 +3,9 @@
|
|||
This action sets by node environment for use in actions by:
|
||||
|
||||
- optionally downloading and caching a version of node - npm by version spec and add to PATH
|
||||
- registering problem matchers for error output
|
||||
- configuring authentication for npm packages
|
||||
- configuring proxy if the runner is configured to use a proxy (coming with private runners)
|
||||
- TODO: registering problem matchers for error output
|
||||
- TODO: configuring authentication for npm packages
|
||||
- TODO: configuring proxy if the runner is configured to use a proxy (coming with private runners)
|
||||
|
||||
# Usage
|
||||
|
||||
|
@ -40,4 +40,8 @@ workflow:
|
|||
|
||||
# License
|
||||
|
||||
The scripts and documentation in this project are released under the [MIT License](LICENSE)
|
||||
The scripts and documentation in this project are released under the [MIT License](LICENSE)
|
||||
|
||||
# Contributions
|
||||
|
||||
Contributions are welcome! See [Contributor's Guide](docs/contributors.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue