Skip to content

fix: implement custom styleText fn for Node 18 compat (#24) #41

fix: implement custom styleText fn for Node 18 compat (#24)

fix: implement custom styleText fn for Node 18 compat (#24) #41

Workflow file for this run

name: Run tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm ci
- run: npm test
- run: npm run typecheck