Fixes for build pipeline
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
2026-07-13 22:23:23 -03:00
parent 66a268e1ba
commit dc4b76bb2a
4 changed files with 7829 additions and 10292 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ steps:
- pnpm install --frozen-lockfile
- name: Prettier
image: node:22-bookworm-slim
image: node:24-bookworm-slim
commands:
- corepack enable && corepack prepare pnpm@latest --activate
- pnpm run format:check
@@ -49,7 +49,7 @@ steps:
- Prettier
- name: Tests & Coverage
image: node:22-bookworm-slim
image: node:24-bookworm-slim
commands:
- corepack enable && corepack prepare pnpm@latest --activate
- pnpm run test:coverage