Skip to content

build(deps-dev): bump webpack from 5.93.0 to 5.94.0 #1695

build(deps-dev): bump webpack from 5.93.0 to 5.94.0

build(deps-dev): bump webpack from 5.93.0 to 5.94.0 #1695

Workflow file for this run

name: 'Coverage'
on:
pull_request:
branches:
- master
permissions: write-all
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- uses: artiomtr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
annotations: coverage
package-manager: yarn