mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 17:31:39 +08:00
removed extra line 15 installer.js
This commit is contained in:
@@ -12,7 +12,6 @@ import fs = require('fs');
|
|||||||
// Node versions interface
|
// Node versions interface
|
||||||
// see https://nodejs.org/dist/index.json
|
// see https://nodejs.org/dist/index.json
|
||||||
//
|
//
|
||||||
|
|
||||||
export interface INodeVersion {
|
export interface INodeVersion {
|
||||||
version: string;
|
version: string;
|
||||||
files: string[];
|
files: string[];
|
||||||
|
|||||||
Reference in New Issue
Block a user