Skip to content

chore(deps): bump undici to 7.28.0 via npm audit fix #55

chore(deps): bump undici to 7.28.0 via npm audit fix

chore(deps): bump undici to 7.28.0 via npm audit fix #55

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run typecheck
- run: npm test
- run: npm run build