mirror of
https://github.com/actions/setup-node.git
synced 2026-02-19 04:55:51 +08:00
npm run test update
This commit is contained in:
@@ -2,10 +2,6 @@ import BaseDistribution from '../base-distribution';
|
||||
import {NodeInputs} from '../base-models';
|
||||
|
||||
export default class RcBuild extends BaseDistribution {
|
||||
getDistributionMirrorUrl() {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
constructor(nodeInfo: NodeInputs) {
|
||||
super(nodeInfo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user