Skip to content

Add a proxy to have fast read access on git-based backends #6826

Add a proxy to have fast read access on git-based backends

Add a proxy to have fast read access on git-based backends #6826

Re-run triggered April 19, 2024 11:48
Status Failure
Total duration 2m 22s
Artifacts

nodejs.yml

on: pull_request
changes
4s
changes
Matrix: build
Matrix: e2e-with-cypress
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 2 warnings
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L9
Variable 'singleton' implicitly has type 'any' in some locations where its type cannot be determined.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L11
Parameter 'T' implicitly has an 'any' type.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L18
Property 'fs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L19
Property 'pfs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L19
Property 'fs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L20
Variable 'singleton' implicitly has an 'any' type.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L23
Property 'repository' does not exist on type 'GitProxyBackend'. Did you mean 'getRepository'?
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L28
Property 'pfs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L30
Property 'pfs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 20.x): packages/decap-cms-backend-git/src/implementation.ts#L32
Property 'fs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L9
Variable 'singleton' implicitly has type 'any' in some locations where its type cannot be determined.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L11
Parameter 'T' implicitly has an 'any' type.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L18
Property 'fs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L19
Property 'pfs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L19
Property 'fs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L20
Variable 'singleton' implicitly has an 'any' type.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L23
Property 'repository' does not exist on type 'GitProxyBackend'. Did you mean 'getRepository'?
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L28
Property 'pfs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L30
Property 'pfs' does not exist on type 'GitProxyBackend'.
build (ubuntu-latest, 18.x): packages/decap-cms-backend-git/src/implementation.ts#L32
Property 'fs' does not exist on type 'GitProxyBackend'.
build (windows-latest, 20.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (windows-latest, 20.x)
The operation was canceled.
build (windows-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (windows-latest, 18.x)
The operation was canceled.
build (macos-latest, 20.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (macos-latest, 20.x)
The operation was canceled.
build (macos-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
build (macos-latest, 18.x)
The operation was canceled.
changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, 20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.