chore: upgrade Node.js runtime to v24 across codebase #419
@@ -34,7 +34,7 @@ steps:
|
||||
SKIP_ENV_VALIDATION: "true"
|
||||
commands:
|
||||
- *use_deps
|
||||
- pnpm lint || true # Non-blocking while fixing legacy code
|
||||
- pnpm lint
|
||||
depends_on:
|
||||
- install
|
||||
when:
|
||||
@@ -66,7 +66,7 @@ steps:
|
||||
SKIP_ENV_VALIDATION: "true"
|
||||
commands:
|
||||
- *use_deps
|
||||
- pnpm test || true # Non-blocking while fixing legacy tests
|
||||
- pnpm test
|
||||
depends_on:
|
||||
- prisma-generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user