Skip to content

chore(deps): bump koa-router from 12.0.0 to 12.0.1 #134

chore(deps): bump koa-router from 12.0.0 to 12.0.1

chore(deps): bump koa-router from 12.0.0 to 12.0.1 #134

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: Test on node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test-cov