Skip to content

fix headers sending on Node 6 πŸ›; 0.3.1 #5

fix headers sending on Node 6 πŸ›; 0.3.1

fix headers sending on Node 6 πŸ›; 0.3.1 #5

Workflow file for this run

name: test
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['6', '8', '10', '12', '14', '16', '18']
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup Node v${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test