Skip to content

build(deps-dev): bump @antfu/utils from 0.7.2 to 0.7.5 #27

build(deps-dev): bump @antfu/utils from 0.7.2 to 0.7.5

build(deps-dev): bump @antfu/utils from 0.7.2 to 0.7.5 #27

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
- run: pnpm install --frozen-lockfile
- run: pnpm run check
- run: pnpm run build