Skip to content

chore(v7): trim docs duplication, fix stale gradient/filter/@supports… #282

chore(v7): trim docs duplication, fix stale gradient/filter/@supports…

chore(v7): trim docs duplication, fix stale gradient/filter/@supports… #282

Workflow file for this run

name: ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: pnpm test