Skip to content

⬆️ Bump np from 7.7.0 to 10.0.7 #154

⬆️ Bump np from 7.7.0 to 10.0.7

⬆️ Bump np from 7.7.0 to 10.0.7 #154

Workflow file for this run

name: CI
on: ['push', 'pull_request']
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun i
- run: bun run lint
- run: bunx tsc --noEmit
- run: bun run compile
- run: npm test -- --coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}