Merge pull request #1704 from github/henrymercer/contributions-updates
Contributing documentation updates
This commit is contained in:
commit
3912995667
2 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
|
|||
|
||||
## Development and Testing
|
||||
|
||||
Before you start, ensure that you have a recent version of node (14 or higher) installed, along with a recent version of npm (7 or higher). You can see which version of node is used by the action in `init/action.yml`.
|
||||
Before you start, ensure that you have a recent version of node (16 or higher) installed, along with a recent version of npm (9.2 or higher). You can see which version of node is used by the action in `init/action.yml`.
|
||||
|
||||
### Common tasks
|
||||
|
||||
|
|
|
|||
|
|
@ -170,3 +170,7 @@ You can use Actions or environment variables to share configuration across multi
|
|||
## Troubleshooting
|
||||
|
||||
Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning).
|
||||
|
||||
## Contributing
|
||||
|
||||
This project welcomes contributions. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to build, install, and contribute.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue