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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2-beta
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
- name: Install aerobatic-cli
|
||||
- name: Install dependency
|
||||
run: npm install aerobatic-cli
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@master
|
||||
|
Loading…
Reference in New Issue
Block a user