Update aerobatic.yml
This commit is contained in:
parent
d3a62affbf
commit
5c0a2eddf5
4
.github/workflows/aerobatic.yml
vendored
4
.github/workflows/aerobatic.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v2-beta
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
- name: Install aerobatic-cli
|
- name: Install dependency
|
||||||
run: npm install aerobatic-cli
|
run: npm install aerobatic-cli
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
Loading…
Reference in New Issue
Block a user