chore: bump bootstrap pnpm to 11.0.0-beta.4-1 and add update script

Add `pnpm run update-bootstrap [version]` to regenerate the bootstrap
lockfiles. Bumps from 11.0.0-beta.3 to 11.0.0-beta.4-1.
This commit is contained in:
Zoltan Kochan
2026-03-30 00:09:19 +02:00
parent 6b87c4621a
commit 6e7bdbda5f
5 changed files with 82 additions and 34 deletions

View File

@@ -3,7 +3,8 @@
"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"
"start": "pnpm run build && sh ./run.sh",
"update-bootstrap": "node scripts/update-bootstrap.mjs"
},
"dependencies": {
"@actions/cache": "^4.1.0",