Skip to content

chore(deps): bump undici from 6.21.0 to 6.21.1 in /example #148

chore(deps): bump undici from 6.21.0 to 6.21.1 in /example

chore(deps): bump undici from 6.21.0 to 6.21.1 in /example #148

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck
- name: Run unit tests
run: yarn test --maxWorkers=2 --coverage
- name: Build package
run: yarn prepack