mirror of
https://github.com/actions/setup-node.git
synced 2025-06-29 14:13:49 +00:00
test files
This commit is contained in:
parent
fb3b65568f
commit
6a4f7710a5
6 changed files with 372 additions and 270 deletions
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
|
@ -100864,6 +100864,9 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||
const base_distribution_prerelease_1 = __importDefault(__nccwpck_require__(957));
|
||||
const core = __importStar(__nccwpck_require__(2186));
|
||||
class CanaryBuild extends base_distribution_prerelease_1.default {
|
||||
static getDistributionMirrorUrl() {
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
constructor(nodeInfo) {
|
||||
super(nodeInfo);
|
||||
this.distribution = 'v8-canary';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue