revert to js action

This commit is contained in:
David Blass
2025-11-06 17:35:32 -05:00
parent f31e3a026e
commit 65e3da81e9
6 changed files with 267 additions and 27 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.72",
"version": "0.0.73",
"type": "module",
"files": [
"index.js",
@@ -15,9 +15,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit",
"build": "node esbuild.config.js",
"play": "node play.ts",
"upDeps": "pnpm up --latest",
"lock": "pnpm --ignore-workspace install"
"lock": "pnpm --ignore-workspace install",
"prepare": "husky"
},
"dependencies": {
"@actions/core": "^1.11.1",
@@ -36,6 +38,8 @@
"devDependencies": {
"@types/node": "^24.7.2",
"arg": "^5.0.2",
"esbuild": "^0.25.9",
"husky": "^9.0.0",
"typescript": "^5.9.3"
},
"repository": {