Skip to content

Bump koa from 2.14.1 to 2.16.1 #121

Bump koa from 2.14.1 to 2.16.1

Bump koa from 2.14.1 to 2.16.1 #121

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@v1
with:
node-version: 18
- name: NPM install
run: npm ci
- name: Build
run: npm run build
- name: Install playwright browsers
run: npx playwright install-deps
- name: Test
run: npm test