mirror of
https://github.com/actions/setup-node
synced 2025-04-15 04:46:03 +00:00
remove unused fs module
This commit is contained in:
parent
e6a6ad2b9b
commit
e555804fc0
@ -1,8 +1,6 @@
|
||||
import * as core from '@actions/core';
|
||||
import * as cache from '@actions/cache';
|
||||
|
||||
import fs from 'fs';
|
||||
|
||||
import {State} from './constants';
|
||||
import {getPackageManagerInfo} from './cache-utils';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user