Skip to content

docs: add v2.0 roadmap in README and /docs/v2-roadmap.md (what's new) #19

docs: add v2.0 roadmap in README and /docs/v2-roadmap.md (what's new)

docs: add v2.0 roadmap in README and /docs/v2-roadmap.md (what's new) #19

Workflow file for this run

name: Simple CI
on:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci --silent
continue-on-error: true
- run: echo "CI Complete"