Skip to content

fix: timout issues with change of default timeout and http-keep-alive… #262

fix: timout issues with change of default timeout and http-keep-alive…

fix: timout issues with change of default timeout and http-keep-alive… #262

Workflow file for this run

name: CI Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: sudo setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))
- run: npm install
- run: npm run build --if-present
- run: npm run test_with_coverage --unsafe-perm