mirror of
https://github.com/actions/setup-node
synced 2025-04-18 22:23:11 +00:00
Add checkout
This commit is contained in:
parent
c55690e1a0
commit
36135c75f3
@ -12,6 +12,7 @@ See [action.yml](action.yml)
|
||||
Basic:
|
||||
```yaml
|
||||
actions:
|
||||
- uses: actions/checkout@latest
|
||||
- uses: actions/setup-node@latest
|
||||
with:
|
||||
version: 10.x
|
||||
@ -28,6 +29,7 @@ jobs:
|
||||
node: [ 10, 8 ]
|
||||
name: Node ${{ matrix.node }} sample
|
||||
actions:
|
||||
- uses: actions/checkout@latest
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@latest
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user