Skip to content

Add allowResizable to (Shared)ArrayBuffer conversions #38

Add allowResizable to (Shared)ArrayBuffer conversions

Add allowResizable to (Shared)ArrayBuffer conversions #38

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Lint and tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 20
- 22
- latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test