Skip to content

Use Node's new built-in zstd support for HTTP body where possible #57

Use Node's new built-in zstd support for HTTP body where possible

Use Node's new built-in zstd support for HTTP body where possible #57

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build & test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x, 24.x, '*']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install --no-package-lock
- run: npm test