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"
+1 -1
View File
@@ -26164,7 +26164,7 @@ async function main(params) {
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.31",
version: "0.0.32",
type: "module",
files: [
"index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.31",
"version": "0.0.32",
"type": "module",
"files": [
"index.js",