Update aerobatic.yml

This commit is contained in:
yude 2020-09-05 20:31:09 +09:00
parent d3a62affbf
commit 5c0a2eddf5
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
1 changed files with 2 additions and 2 deletions

View File

@ -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