尝试更新一下node #386
Annotations
10 errors and 1 warning
Compile Client:
node_modules/@types/node/buffer.d.ts#L622
Interface 'Buffer' incorrectly extends interface 'Uint8Array'.
|
Compile Client:
node_modules/@types/node/fs/promises.d.ts#L57
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Compile Client:
node_modules/@types/node/fs/promises.d.ts#L235
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Compile Client:
src/console/protocol.ts#L12
Type 'Buffer' is not assignable to type 'Uint8Array'.
|
Compile Client:
src/console/protocol.ts#L12
Type 'Buffer' is not assignable to type 'Uint8Array'.
|
Compile Client:
src/console/protocol.ts#L35
Type 'Buffer' is not assignable to type 'Uint8Array'.
|
Compile Client:
src/console/protocol.ts#L35
Type 'Buffer' is not assignable to type 'Uint8Array'.
|
Compile Client:
src/console/server.ts#L22
No overload matches this call.
|
Compile Client:
src/editorTable/CSV/editorTableItemJson.ts#L19
Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.
|
Compile Client:
src/editorTable/CSV/editorTableItemJson.ts#L110
Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading