Skip to content

Expand CLI public API commands and release tooling #10

Expand CLI public API commands and release tooling

Expand CLI public API commands and release tooling #10

Triggered via push April 2, 2026 12:58
Status Failure
Total duration 25s
Artifacts

ci.yml

on: push
Lint, Typecheck, Build
20s
Lint, Typecheck, Build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Lint, Typecheck, Build
Process completed with exit code 2.
Lint, Typecheck, Build
typecheck: command (/home/runner/work/nylio-cli/nylio-cli/) /opt/hostedtoolcache/node/22.22.1/x64/bin/npm run typecheck exited (2)
Lint, Typecheck, Build: src/index.ts#L1748
Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher.
Lint, Typecheck, Build: src/index.ts#L7
Module '"node:path"' can only be default-imported using the 'esModuleInterop' flag
Lint, Typecheck, Build: src/index.ts#L6
Module '"node:os"' has no default export.
Lint, Typecheck, Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/