mirror of
https://code.forgejo.org/actions/setup-node
synced 2025-06-10 05:52:20 +02:00
remove unused fs module
This commit is contained in:
parent
e6a6ad2b9b
commit
e555804fc0
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue