This commit is contained in:
parent
f3aab0c7e3
commit
18606987b9
|
@ -10,7 +10,7 @@ jobs:
|
|||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "14.x"
|
||||
node-version: 14
|
||||
- run: npm install-ci-test
|
||||
- run: npm run deploy
|
||||
if: github.ref == 'refs/heads/master'
|
||||
|
|
Loading…
Reference in New Issue