From 4885ddcf470f44957cb20bfa32fdc7659e7e5d26 Mon Sep 17 00:00:00 2001 From: Andrew Ghostuhin Date: Tue, 17 Nov 2020 19:28:43 +0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Radamés Roriz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db3f24d9..b271c0de 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Check latest version: ```yaml steps: - uses: actions/checkout@v2 -- uses: actions/setup-node@v1 +- uses: actions/setup-node@v2-beta with: node-version: '12' check-latest: true