mirror of
https://github.com/actions/setup-node.git
synced 2025-07-23 06:58:24 +02:00
Merge branch 'master' into jclem-patch-1
This commit is contained in:
commit
2d1016d6e4
195 changed files with 19397 additions and 7 deletions
10
README.md
10
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
|
||||
|
||||
|
@ -41,3 +41,7 @@ jobs:
|
|||
# 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