Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit c60023f

Browse files
authored
fix: add back removed import
1 parent 1291919 commit c60023f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createHash, timingSafeEqual } from 'node:crypto';
22
import { createWriteStream, readFile } from 'node:fs';
3-
import { arch as nodeArch } from 'node:os';
3+
import { arch as nodeArch, platform } from 'node:os';
44
import { config, platform as nodePlatform, release } from 'node:process';
55
import { promisify } from 'node:util';
66
import { getInput } from '@actions/core';

0 commit comments

Comments
 (0)