Files
telemetry-client-js/.woodpecker.yml
Jason Woltje 9df760cab2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(#1): remove duplicate npm ci from parallel CI steps
Woodpecker shares the workspace volume across steps. Only the install
step should run npm ci — parallel steps (lint, typecheck, test, etc.)
were each re-running npm ci concurrently, corrupting node_modules.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 22:47:06 -06:00

1.7 KiB