From 6183addbe30bf33d5b24c4043bec91e1f9dacb2c Mon Sep 17 00:00:00 2001 From: Daniel Eriksson <635+daniel@users.noreply.github.com> Date: Tue, 3 Aug 2021 14:38:24 +0200 Subject: [PATCH] Change "Node 12" to "Node 14" in the text. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eac28c9..92d78e15 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ You can read more about this in the [GitHub Actions documentation][link-actions] ### Publish on any push to main Below you can see the example configuration to publish whenever the main branch is updated. -The workflow listens to the `push` event and sets up Node 12 using the [Setup Node Action][link-actions-node]. +The workflow listens to the `push` event and sets up Node 14 using the [Setup Node Action][link-actions-node]. It also auto-authenticates when the `token` is provided. ```yml