Skip to content

Add tests for client error & httpPeekedData case #40

Add tests for client error & httpPeekedData case

Add tests for client error & httpPeekedData case #40

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build & test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, v20.8.0, '*']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm install
- run: npm test