From a53b19ac67cb5f1ae9074fb3ff31efd575455542 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 4 Sep 2026 17:23:12 +0200 Subject: [PATCH] style: remove updater narrative comments --- scripts/update-bootstrap.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/update-bootstrap.mjs b/scripts/update-bootstrap.mjs index f832b25..7f4b7ab 100644 --- a/scripts/update-bootstrap.mjs +++ b/scripts/update-bootstrap.mjs @@ -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'