Files
action-setup/package.json
Renovate f60224d5b8
pr-check / check-dist (pull_request) Failing after 15s
Test Action / Smoke (ubuntu / v10.33.0) (pull_request) Successful in 10s
Test Action / Manifest pin: devEngines onFail=download, range (pull_request) Successful in 10s
Test Action / Manifest pin: devEngines onFail=error, exact (#252) (pull_request) Successful in 9s
Test Action / Smoke (ubuntu / v9.15.5) (pull_request) Successful in 10s
Test Action / Smoke (ubuntu / v9.15.5 / custom-dest) (pull_request) Successful in 11s
Test Action / Manifest pin: devEngines onFail=download, exact (pull_request) Successful in 9s
Test Action / Manifest pin: packageManager pnpm@10.33.0 (pull_request) Successful in 9s
Test Action / Manifest pin: devEngines onFail=error, range (#252) (pull_request) Successful in 10s
Test Action / Manifest pin: packageManager pnpm@9.15.5 (#227) (pull_request) Successful in 9s
Test Action / Manifest pin: explicit version: pnpm_config_pm_on_fail not exported (pull_request) Successful in 9s
Test Action / Standalone mode (pull_request) Successful in 14s
Test Action / run_install (global) (pull_request) Successful in 11s
Test Action / run_install (null) (pull_request) Successful in 8s
Test Action / Cache store path matches install (#233): devEngines range >=10 <11 (pull_request) Successful in 9m31s
Test Action / Cache store path matches install (#233): devEngines exact pnpm@10.33.0 (pull_request) Successful in 9m28s
Test Action / Cache store path matches install (#233): packageManager pnpm@10.33.0 (pull_request) Successful in 9m30s
Test Action / Smoke (macos / v9.15.5) (pull_request) Has been cancelled
Test Action / Smoke (windows / v9.15.5) (pull_request) Has been cancelled
Test Action / Standalone Windows self-update (PATH regression) (pull_request) Has been cancelled
renovate/stability-days Updates have met minimum release age requirement
fix(deps): update dependency @actions/glob to ^0.7.0
2026-07-28 03:02:45 +00:00

25 lines
709 B
JSON

{
"private": true,
"scripts": {
"build:bundle": "esbuild src/index.ts --bundle --platform=node --target=node24 --format=cjs --minify --outfile=dist/index.js --loader:.json=json",
"build": "pnpm run build:bundle",
"start": "pnpm run build && sh ./run.sh",
"update-bootstrap": "node scripts/update-bootstrap.mjs"
},
"dependencies": {
"@actions/cache": "^4.1.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.7.0",
"@types/expand-tilde": "^2.0.2",
"@types/node": "^22.0.0",
"expand-tilde": "^2.0.2",
"yaml": "^2.3.4",
"zod": "^3.22.4"
},
"devDependencies": {
"esbuild": "^0.27.4",
"typescript": "^5.3.3"
}
}