Skip to content

chore(deps-dev): bump @types/koa__cors from 3.3.0 to 5.0.0 #132

chore(deps-dev): bump @types/koa__cors from 3.3.0 to 5.0.0

chore(deps-dev): bump @types/koa__cors from 3.3.0 to 5.0.0 #132

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