mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 15:36:25 +00:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
import { exec } from './utils/exec.mjs';
|
|
|
|
console.log(`Verifying ...`);
|
|
|
|
exec(`npm whoami`);
|