mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 20:22:13 +00:00
Using v2.0.0
Co-authored-by: Braden Napier <bradynapier+github@gmail.com>
This commit is contained in:
parent
99489ffc70
commit
32e37a857c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ Check latest version:
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v2.0.0
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue