mirror of
https://github.com/actions/setup-node.git
synced 2024-11-10 04:18:24 +08:00
Add type
This commit is contained in:
parent
920661f1be
commit
a9f1343a9a
|
@ -11,7 +11,7 @@ export function configAuthentication(registryUrl: string) {
|
|||
|
||||
function writeRegistryToFile(registryUrl: string, fileLocation: string) {
|
||||
core.debug(`Setting auth in ${fileLocation}`);
|
||||
let newContents = '';
|
||||
let newContents: string = '';
|
||||
if (fs.existsSync(fileLocation)) {
|
||||
const curContents: string = fs.readFileSync(fileLocation, 'utf8');
|
||||
curContents.split(os.EOL).forEach((line: string) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user