Skip to content

Bump @types/node from 22.8.1 to 22.8.7 #314

Bump @types/node from 22.8.1 to 22.8.7

Bump @types/node from 22.8.1 to 22.8.7 #314

Workflow file for this run

name: Commit e PR - Principal
on:
pull_request:
branches: [ principal ]
jobs:
testes-unitarios:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: ArtiomTr/jest-coverage-report-action@v2
id: coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-script: yarn testes-unitarios
package-manager: yarn
output: report-markdown
- uses: marocchino/sticky-pull-request-comment@v2
with:
message: ${{ steps.coverage.outputs.report }}