From fb705760dec2793393942758675618808db87094 Mon Sep 17 00:00:00 2001 From: Erick Ruiz de Chavez Date: Tue, 5 Jan 2021 15:49:47 -0500 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8493b97..dea95eb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,4 +1,3 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Node.js CI @@ -11,7 +10,6 @@ on: jobs: build: - runs-on: ubuntu-latest strategy: @@ -28,7 +26,7 @@ jobs: - run: npm ci - run: npm run build --if-present - name: SCP Files - uses: appleboy/scp-action@v0.0.1 + uses: appleboy/scp-action@v0.1.1 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}