Node 16 fix: Import performance
This commit is contained in:
parent
565880b86a
commit
ab636d7049
3 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import * as fs from "fs";
|
||||
import { OutgoingHttpHeaders } from "http";
|
||||
import * as path from "path";
|
||||
import { performance } from "perf_hooks";
|
||||
|
||||
import * as toolcache from "@actions/tool-cache";
|
||||
import { default as deepEqual } from "fast-deep-equal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue