Skip to content

Bump @hapi/content and @hapi/hapi #29

Bump @hapi/content and @hapi/hapi

Bump @hapi/content and @hapi/hapi #29

Workflow file for this run

name: tests
on: [push]
jobs:
run:
name: npm test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm test