Skip to content

Bump koa from 2.13.4 to 2.16.1 (#349) #65

Bump koa from 2.13.4 to 2.16.1 (#349)

Bump koa from 2.13.4 to 2.16.1 (#349) #65

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: 'npm'
- run: npm ci
- run: npm test