Try this...

This commit is contained in:
2026-01-31 12:39:16 -03:00
parent 31052d2d9d
commit 232b107a3f
3 changed files with 17 additions and 14 deletions

View File

@@ -7,11 +7,12 @@ when:
- event: tag
- event: manual
depends_on:
- lint
steps:
- name: build
image: node:20-alpine
commands:
- corepack enable && corepack prepare pnpm@10.28.2 --activate
- pnpm run build
depends_on:
- lint