Skip to content

Add nodejs zlib binary compatibility and update benchmark #368

Add nodejs zlib binary compatibility and update benchmark

Add nodejs zlib binary compatibility and update benchmark #368

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 3'
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '24' ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test