From d3a62affbf5e1178df3e2757023e2054bb8e36fb Mon Sep 17 00:00:00 2001 From: yudete Date: Sat, 5 Sep 2020 20:14:16 +0900 Subject: [PATCH] Update aerobatic.yml --- .github/workflows/aerobatic.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aerobatic.yml b/.github/workflows/aerobatic.yml index 8dda762..4912710 100644 --- a/.github/workflows/aerobatic.yml +++ b/.github/workflows/aerobatic.yml @@ -9,8 +9,12 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - name: Install Dependencies - run: npm install + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2-beta + with: + node-version: '12' + - name: Install aerobatic-cli + run: npm install aerobatic-cli - name: Checkout Repo uses: actions/checkout@master - name: Deploy to Aerobatic