Skip to content

build(deps-dev): bump antd-style from 3.6.2 to 3.7.1 #102

build(deps-dev): bump antd-style from 3.6.2 to 3.7.1

build(deps-dev): bump antd-style from 3.6.2 to 3.7.1 #102

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20.x
cache: 'pnpm'
- name: Install deps
run: pnpm install
- name: pnpm run ci
run: pnpm run ci
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3