From 4a409ace8f67c998c59f3aa2bc9640b6e39c9976 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 25 May 2023 17:03:48 +0100 Subject: [PATCH 1/3] Link to CONTRIBUTING doc from README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7887e68feb..f265c53f5a 100644 --- a/README.md +++ b/README.md @@ -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. From 50bc388cfc2e885253ae63be931fb34f978b0c86 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 25 May 2023 17:04:40 +0100 Subject: [PATCH 2/3] Update Node version --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71703f258e..e04f96e009 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 (7 or higher). You can see which version of node is used by the action in `init/action.yml`. ### Common tasks From 8d7f61b8f2db68aa81e4d7447f523f1d2036d775 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 25 May 2023 17:06:08 +0100 Subject: [PATCH 3/3] Update npm version --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e04f96e009..26a26442d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 (16 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