Skip to content

build(deps): bump csstype from 3.1.2 to 3.1.3 #1231

build(deps): bump csstype from 3.1.2 to 3.1.3

build(deps): bump csstype from 3.1.2 to 3.1.3 #1231

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