Skip to content

Update index.md

Update index.md #295

Workflow file for this run

name: Changes
on:
pull_request:
branches: [master, next-*]
jobs:
changeset:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm pnpm changeset status