chore: update ci to target v1 #782
Annotations
3 errors
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.
|
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.
|
|
This job failed
Loading