mirror of
https://github.com/actions/setup-node.git
synced 2025-07-03 08:03:49 +00:00
initial logic
This commit is contained in:
parent
8c91899e58
commit
06981c41e3
6 changed files with 224 additions and 37 deletions
|
@ -1,4 +1,4 @@
|
|||
import os = require('os');
|
||||
import os from 'os';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import * as core from '@actions/core';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue