Skip to content

chore: migrate to npm #485

chore: migrate to npm

chore: migrate to npm #485

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-ci:
name: test-ci
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run lint:ts
- run: npm run test:all