All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Changed CI pipeline to install dependencies only once in the install step. All subsequent steps now reuse the installed node_modules instead of reinstalling, which prevents ENOENT errors from concurrent pnpm lock file operations. - Only 'install' step runs 'pnpm install --frozen-lockfile' - All other steps use 'corepack enable' and reuse existing dependencies - Fixes ENOENT chown errors on lock.yaml temporary files Refs #CI-woodpecker Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1.8 KiB
1.8 KiB