From eab51454013a6832ab6c97feef29750aa2fb3972 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 11 Sep 2023 13:25:07 -0400 Subject: [PATCH] - bumps node version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec746a2..138ca00 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ need to perform some initial setup steps before you can develop your action. > [`nodenv`](https://github.com/nodenv/nodenv) or > [`nvm`](https://github.com/nvm-sh/nvm), you can run `nodenv install` in the > root of your repository to install the version specified in -> [`package.json`](./package.json). Otherwise, 16.x or later should work! +> [`package.json`](./package.json). Otherwise, 20.x or later should work! 1. :hammer_and_wrench: Install the dependencies