This commit is contained in:
Leandro Facchinetti 2021-01-29 15:14:40 +00:00
parent f3aab0c7e3
commit 18606987b9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: "14.x" node-version: 14
- run: npm install-ci-test - run: npm install-ci-test
- run: npm run deploy - run: npm run deploy
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'