From 5e1aba977cae5029e80b11c7d95a2d45b1fa52e3 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 9 Nov 2024 14:49:03 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5b2a6ce9..345c7eba6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ When contributing to this repository, please first discuss the change you wish t ## Deploying 🚚 -In order to deploy and test your own fork of this action, you must commit the `node_modules` dependencies. Be sure to run `nvm use` before installing any dependencies. You can learn more about nvm [here](https://github.com/nvm-sh/nvm/blob/master/README.md). +In order to deploy and test your own fork of this action, you must commit the `node_modules` dependencies. Be sure to switch to the Node version listed in the [.node-version](./.node-version) file first. To do this you can follow the instructions below: