Skip to content

Fix: Buffer width for NodeJS bindings #7

Fix: Buffer width for NodeJS bindings

Fix: Buffer width for NodeJS bindings #7

Workflow file for this run

name: CI
on:
pull_request:
branches: '*'
push:
branches: '*'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm i
- run: npm test