style: remove updater narrative comments

This commit is contained in:
Zoltan Kochan
2026-09-04 17:23:12 +02:00
parent c49a02e6a4
commit a53b19ac67
-3
View File
@@ -1,8 +1,5 @@
#!/usr/bin/env node
// Usage: node scripts/update-bootstrap.mjs [legacy-version] [native-version]
// Regenerates the bootstrap lockfiles used by action-setup to install pnpm via npm.
import { execSync } from 'child_process'
import { mkdtempSync, rmSync, readFileSync, writeFileSync } from 'fs'
import { join } from 'path'