diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c04d0b6..16dd260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,9 @@ on: permissions: {} +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: # ─── Qualidade estática ──────────────────────────────────────────────────── qualidade: @@ -176,7 +179,7 @@ jobs: run: pnpm test:coverage - name: Publicar cobertura - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ./coverage/lcov.info fail_ci_if_error: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 27be512..e2d9495 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -10,6 +10,9 @@ on: permissions: {} +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: analisar: name: Análise de Segurança (${{ matrix.language }}) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 4297aea..2fe4954 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -6,6 +6,9 @@ on: permissions: {} +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + jobs: commitlint: name: Validar mensagens de commit