switch to composite action

This commit is contained in:
David Blass
2025-10-13 15:03:06 -04:00
parent 2fc3ddee16
commit 7050b8de75
3 changed files with 12 additions and 4 deletions
+10 -2
View File
@@ -18,8 +18,16 @@ inputs:
required: false
runs:
using: "node20"
main: "entry.cjs"
using: "composite"
steps:
- name: Setup Node.js 24
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Run TypeScript entry point
run: node entry.ts
shell: bash
working-directory: ${{ github.action_path }}
branding:
icon: "code"