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'