Skip to content

Adding experimental option #24

Adding experimental option

Adding experimental option #24

Triggered via push December 10, 2023 20:28
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: bin/index.ts#L10
Cannot find module '../lib/command/command' or its corresponding type declarations.
build: bin/index.ts#L11
Cannot find module '../lib/command/commandInvoker' or its corresponding type declarations.
build: lib/command/CommandInvoker.ts#L1
Cannot find module './command' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L2
Cannot find module './command' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L3
Cannot find module './commandTypes/compareCommand' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L4
Cannot find module './commandTypes/lsCommand' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L5
Cannot find module './commandTypes/restoreCommand' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L6
Cannot find module './commandTypes/revertCommand' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L7
Cannot find module './commandTypes/syncCommand' or its corresponding type declarations.
build: lib/command/commandFactory.ts#L8
Cannot find module './commandTypes/updateAllCommand' or its corresponding type declarations.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/