Skip to content

chore: update ci to target v1 #782

chore: update ci to target v1

chore: update ci to target v1 #782

Triggered via push July 16, 2024 17:39
Status Failure
Total duration 28s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ci: src/runtime/node/crypto/index.ts#L9
Conversion of type '{ webcrypto: nodeCrypto.webcrypto.Crypto; randomBytes: typeof nodeCrypto.randomBytes; fips: typeof nodeCrypto.fips; ... 66 more ...; getRandomValues: Crypto["getRandomValues"]; }' to type 'typeof import("node:crypto")' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
ci: src/runtime/node/util/index.ts#L53
Conversion of type '{ isRegExp: typeof util.isRegExp; isDate: typeof util.isDate; isArray: typeof util.isArray; isBoolean: typeof util.isBoolean; ... 37 more ...; parseArgs: <T extends util.ParseArgsConfig>(config?: T) => ParsedResults<...>; }' to type 'typeof import("node:util")' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
ci
Process completed with exit code 1.