This commit is contained in:
parent
f3aab0c7e3
commit
18606987b9
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue