Skip to content

Make file size uploads configurable via env vars #497

Make file size uploads configurable via env vars

Make file size uploads configurable via env vars #497

Triggered via pull request August 22, 2023 20:03
Status Failure
Total duration 21s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
build: src/app.js#L1
Property 'fileSizeLimitMB' does not exist on type '{ fileSyncLimit: number; syncEncryptedFileLimit: number; fileLimit: number; }'.
build: src/app.js#L1
Property 'fileSizeSyncLimitMB' does not exist on type '{ fileSyncLimit: number; syncEncryptedFileLimit: number; fileLimit: number; }'. Did you mean 'fileSyncLimit'?
build: src/app.js#L1
Property 'syncEncryptedFileSizeLimitMB' does not exist on type '{ fileSyncLimit: number; syncEncryptedFileLimit: number; fileLimit: number; }'. Did you mean 'syncEncryptedFileLimit'?
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/