Skip to content

Version Packages

Version Packages #2449

Triggered via pull request July 4, 2024 08:00
Status Failure
Total duration 2m 21s
Artifacts

linter.yml

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

Annotations

6 errors and 1 warning
linter (18.x)
Property 'port' is missing in type '{ user: string; password: string; database: string; host: string; ssl: true; }' but required in type 'ConnectionParams'.
linter (18.x)
Property 'port' is missing in type '{ user: string; password: string; database: string; host: string; ssl: { ca: string; key: string; cert: string; }; }' but required in type 'ConnectionParams'.
linter (18.x)
Property 'port' is missing in type '{ user: string; password: string; database: string; host: string; }' but required in type 'ConnectionParams'.
linter (18.x)
Property 'port' is missing in type '{ user: string; password: string; database: string; host: string; }' but required in type 'ConnectionParams'.
linter (18.x)
@latitude-data/mysql-connector#tc: command (/home/runner/work/latitude/latitude/packages/connectors/mysql) /home/runner/setup-pnpm/node_modules/.bin/pnpm run tc exited (2)
linter (18.x)
Process completed with exit code 2.
linter (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/