mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
7 lines
126 B
JavaScript
Executable file
7 lines
126 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
'use strict';
|
|
const importLocal = require('..');
|
|
|
|
if (importLocal(__filename)) {
|
|
console.log('local');
|
|
}
|