Skip to content

Updates koa to >2.16.3 #12

Updates koa to >2.16.3

Updates koa to >2.16.3 #12

Workflow file for this run

name: Test
on:
workflow_call:
pull_request:
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci --legacy-peer-deps
- run: npm test