From 92b045a73a0a90f2192102586be450fb721aa568 Mon Sep 17 00:00:00 2001 From: theomart77 <69779428+theomart77@users.noreply.github.com> Date: Mon, 25 Jan 2021 00:22:58 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fcf3b5cd..faf7ce78 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ The `node-version` input is optional. If not supplied, node which is in your PA # Usage See [action.yml](action.yml) +- name: Setup Node.js environment + uses: actions/setup-node@v2.1.4 Basic: ```yaml