Skip to content

Memory page

Memory page #72

Triggered via pull request October 1, 2024 13:42
@krystian50krystian50
synchronize #97
memory-page
Status Failure
Total duration 32s
Artifacts

lint.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build (22.x): src/components/MemoryPreview/PageMemory.tsx#L49
Property 'pageSize' does not exist on type '{ state: { pageSize: number | undefined; isPageSizeLoading: boolean; }; setState: Dispatch<SetStateAction<{ pageSize: number | undefined; isPageSizeLoading: boolean; }>>; }'.
build (22.x): src/components/ProgramUpload/Assembly.tsx#L6
Cannot find module '@typeberry/spectool-wasm' or its corresponding type declarations.
build (22.x): src/packages/web-worker/memoryMock.ts#L7
Element implicitly has an 'any' type because expression of type 'number' can't be used to index type '{ 0: number[]; 1: number[]; 2: number[]; }'.
build (22.x)
Process completed with exit code 2.
build (22.x)
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/