Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

chore(deps-dev): bump undici from 5.22.1 to 5.26.2 #2

chore(deps-dev): bump undici from 5.22.1 to 5.26.2

chore(deps-dev): bump undici from 5.22.1 to 5.26.2 #2

Workflow file for this run

name: Coverage report
permissions: write-all
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- uses: ArtiomTr/jest-coverage-report-action@v2
env:
SKIP_ENV_VALIDATION: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: failed-tests