Skip to content

Commit

Permalink
docs: update node version reference in readme (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored Aug 23, 2021
1 parent f14253e commit 3ba667b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ba667b

Please sign in to comment.