Skip to content

Bump @koa/router and @types/koa__router #776

Bump @koa/router and @types/koa__router

Bump @koa/router and @types/koa__router #776

Workflow file for this run

name: Node CI
on:
push:
branches: '*'
pull_request:
branches : '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build
env:
CI: true