Skip to content

feat: add more kepler map export resultions resolutions #4330

feat: add more kepler map export resultions resolutions

feat: add more kepler map export resultions resolutions #4330

Triggered via pull request March 14, 2026 23:00
Status Failure
Total duration 2m 17s
Artifacts

test.yml

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

Annotations

9 errors and 1 warning
build (18.x)
Process completed with exit code 2.
build (18.x): src/reducers/src/ui-state-updaters.ts#L13
'RESOLUTIONS' is declared but its value is never read.
build (18.x): src/reducers/src/ui-state-updaters.ts#L11
'EXPORT_IMG_RATIOS' is declared but its value is never read.
build (18.x): src/components/src/modals/image-modal-container.tsx#L51
Argument of type '{ mapW: number; mapH: number; ratio: "CUSTOM"; legend: false; }' is not assignable to parameter of type 'Partial<ExportImage>'.
build (18.x): src/components/src/modals/image-modal-container.tsx#L43
Argument of type '{ mapW: number; mapH: number; ratio: "CUSTOM"; legend: false; }' is not assignable to parameter of type 'Partial<ExportImage>'.
build (18.x): src/components/src/modals/export-image-modal.tsx#L10
'CheckMark' is declared but its value is never read.
build (18.x): src/components/src/modals/export-image-modal.tsx#L10
'SelectionButton' is declared but its value is never read.
build (18.x): src/components/src/kepler-gl.tsx#L235
Property 'resolution' does not exist on type 'ExportImage'.
build (18.x): src/components/src/kepler-gl.tsx#L234
Property 'ratio' does not exist on type 'ExportImage'.
build (18.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, volta-cli/action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/