mirror of
https://github.com/actions/setup-node.git
synced 2025-07-04 08:33:47 +00:00
fixing bugs
This commit is contained in:
parent
d7c7dfa509
commit
a4ae07903c
5 changed files with 110 additions and 32 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