From 5b3fb383706cc55e3d2a0fb0040935bf20d2504e Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 24 Aug 2023 11:51:24 -0400 Subject: [PATCH] Update Node recommendation in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd575ce..a257fe0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ need to perform some initial setup steps before you can develop your action. > [Node.js](https://nodejs.org) handy. If you are using a version manager like > [`nodenv`](https://github.com/nodenv/nodenv), you can run `nodenv install` in > the root of your repository to install the version specified in -> [`.node-version`](.node-version). +> [`.node-version`](.node-version). Otherwise, 16.x or later should work! 1. :hammer_and_wrench: Install the dependencies