Skip to content

Commit

Permalink
Merge pull request #1704 from github/henrymercer/contributions-updates
Browse files Browse the repository at this point in the history
Contributing documentation updates
  • Loading branch information
henrymercer committed May 25, 2023
2 parents 41499f5 + 8d7f61b commit 3912995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -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.

0 comments on commit 3912995

Please sign in to comment.