diff --git a/action.yaml b/action.yaml index 0b4dddc..6d42b34 100644 --- a/action.yaml +++ b/action.yaml @@ -12,9 +12,5 @@ inputs: description: flag that the update should be sent to actual users required: true runs: - using: "composite" - steps: - - uses: actions/setup-node@v4 - with: - node-version: 22 - - run: node action.mjs + using: "node20" + main: "action.mjs" \ No newline at end of file