fix(docs): setup-node version

Version v2 not exists yet
```
Error: Unable to resolve action `actions/setup-node@v2`, unable to find version `v2`
```
This commit is contained in:
Andrew Ghostuhin 2020-11-03 15:41:52 +03:00 committed by GitHub
parent c6fd00ceb9
commit 967007c748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ Check latest version:
```yaml ```yaml
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v1
with: with:
node-version: '12' node-version: '12'
check-latest: true check-latest: true