mirror of
https://github.com/pnpm/action-setup.git
synced 2026-09-10 03:03:23 +08:00
style: remove updater narrative comments
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
#!/usr/bin/env node
|
#!/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 { execSync } from 'child_process'
|
||||||
import { mkdtempSync, rmSync, readFileSync, writeFileSync } from 'fs'
|
import { mkdtempSync, rmSync, readFileSync, writeFileSync } from 'fs'
|
||||||
import { join } from 'path'
|
import { join } from 'path'
|
||||||
|
|||||||
Reference in New Issue
Block a user