Skip to content

Commit 3912995

Browse files
authored
Merge pull request #1704 from github/henrymercer/contributions-updates
Contributing documentation updates
2 parents 41499f5 + 8d7f61b commit 3912995

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
1212

1313
## Development and Testing
1414

15-
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`.
15+
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`.
1616

1717
### Common tasks
1818

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,7 @@ You can use Actions or environment variables to share configuration across multi
170170
## Troubleshooting
171171

172172
Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning).
173+
174+
## Contributing
175+
176+
This project welcomes contributions. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to build, install, and contribute.

0 commit comments

Comments
 (0)