From 20cf18b26a8c8db78c2cb868437436c198ad0193 Mon Sep 17 00:00:00 2001 From: tpluscode Date: Wed, 10 Nov 2021 08:48:10 +0100 Subject: [PATCH] chore: mention myself in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fdc8451..cf18382 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,7 @@ By default, the latest node will be installed before building the application. Use the `node_version` input to change the desired version. It will be passed to [`nvm install`](https://github.com/nvm-sh/nvm#usage). Valid examples include `16.3.0`, `14`, or `--lts`. Alternatively, create an `.nvmrc` file with the desired version range in your repository. + +## Contributors + +- [tpluscode](https://github.com/tpluscode)