From c7724d945854a33860dfb70e8629adca81cbc9c8 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Sep 2022 23:49:23 +0530 Subject: Updates Github Actions --- .github/workflows/node.js.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3ac22c3..95fccff 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,8 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + node-version: [16.x] steps: - uses: actions/checkout@v3 @@ -31,7 +30,7 @@ jobs: - name: Publish uses: azurystudio/deploy-action@v0 with: - host: ${{ secrets.SSHKEY }} + host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} privateKey: ${{ secrets.SSHKEY }} destination: ${{ secrets.SSH_DIR }} -- cgit v1.2.3