Node 16 fix: Import performance

This commit is contained in:
Henry Mercer 2024-10-10 19:55:07 +01:00
parent 565880b86a
commit ab636d7049
3 changed files with 5 additions and 3 deletions

View file

@ -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";