From f18858430dac2933afda7de5704dd0e93e73d5c3 Mon Sep 17 00:00:00 2001 From: Todd Cooper Date: Wed, 13 Nov 2024 15:52:43 -0500 Subject: [PATCH] Update action.yml --- action.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/action.yml b/action.yml index 114d38a..8df47e0 100644 --- a/action.yml +++ b/action.yml @@ -1,14 +1,5 @@ -name: Node.js CI/CD on Amazon Linux - -on: - push: - branches: [ main ] - -jobs: - deploy: - runs-on: ubuntu-latest - - - name: Install dependencies - run: npm install +runs: + using: 'node20' + main: 'app.js'