Skip to content

style: use bare imports for Node.js built-ins #380

style: use bare imports for Node.js built-ins

style: use bare imports for Node.js built-ins #380

Triggered via push October 31, 2025 15:56
Status Failure
Total duration 2m 8s
Artifacts

ci.yml

on: push
Run CI Pipeline  /  ...  /  Run Lint Check
29s
Run CI Pipeline / 🧹 Lint Check / Run Lint Check
Run CI Pipeline  /  ...  /  Run Type Check
22s
Run CI Pipeline / 🔍 Type Check / Run Type Check
Matrix: Run CI Pipeline / 🧪 Test Matrix / test-matrix
Fit to window
Zoom out
Zoom in

Annotations

70 errors
Run CI Pipeline / 🧹 Lint Check / Run Lint Check: src/download-lock.ts#L14
Prefer `node:fs/promises` over `fs/promises`
Run CI Pipeline / 🧹 Lint Check / Run Lint Check: src/dlx.ts#L3
Prefer `node:crypto` over `crypto`
Run CI Pipeline / 🧹 Lint Check / Run Lint Check: src/dlx-package.ts#L33
Prefer `node:path` over `path`
Run CI Pipeline / 🧹 Lint Check / Run Lint Check: src/dlx-binary.ts#L7
Prefer `node:path` over `path`
Run CI Pipeline / 🧹 Lint Check / Run Lint Check: src/dlx-binary.ts#L3
Prefer `node:crypto` over `crypto`
Run CI Pipeline / 🧪 Test Matrix / Test Node 20 on ubuntu-latest: src/download-lock.ts#L14
Prefer `node:fs/promises` over `fs/promises`
Run CI Pipeline / 🧪 Test Matrix / Test Node 22 on ubuntu-latest: src/download-lock.ts#L14
Prefer `node:fs/promises` over `fs/promises`
Run CI Pipeline / 🧪 Test Matrix / Test Node 24 on ubuntu-latest: src/download-lock.ts#L14
Prefer `node:fs/promises` over `fs/promises`
Run CI Pipeline / 🧪 Test Matrix / Test Node 22 on windows-latest: src/download-lock.ts#L14
Prefer `node:fs/promises` over `fs/promises`
Run CI Pipeline / 🧪 Test Matrix / Test Node 20 on windows-latest: src/download-lock.ts#L14
Prefer `node:fs/promises` over `fs/promises`
Run CI Pipeline / 🧪 Test Matrix / Test Node 24 on windows-latest: src/download-lock.ts#L14
Prefer `node:fs/promises` over `fs/promises`