From dfed1f7eea4b6665f383bc25f4f408ab2a48df75 Mon Sep 17 00:00:00 2001 From: Sam Partington Date: Thu, 2 Jul 2020 10:55:00 +0100 Subject: [PATCH] Point people at init/action.yml for node version https://github.com/github/codeql-action/pull/94#discussion_r448502825 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 269d55bb5..6257fc132 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, you may want to ensure that you have a recent version of node installed. You can see which version of node is installed on the actions runners here: https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners +Before you start, ensure that you have a recent version of node installed. You can see which version of node is used by the action in `init/action.yml`. ### Common tasks