Skip to content

chore(deps): bump koa from 2.15.4 to 2.16.1 #106

chore(deps): bump koa from 2.15.4 to 2.16.1

chore(deps): bump koa from 2.15.4 to 2.16.1 #106

Workflow file for this run

name: Verify
on: pull_request
jobs:
verify:
name: Verify
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Build packages
run: yarn build
- name: Lint
run: yarn lint
- name: Check size
run: yarn size