Skip to content

Bump koa-router from 12.0.0 to 12.0.1 (#342) #662

Bump koa-router from 12.0.0 to 12.0.1 (#342)

Bump koa-router from 12.0.0 to 12.0.1 (#342) #662

Workflow file for this run

on: push
name: CI
jobs:
build:
name: Install dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Set up Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: yarn install
run: yarn install