Skip to content

Bump bufferutil from 4.0.7 to 4.0.8 #165

Bump bufferutil from 4.0.7 to 4.0.8

Bump bufferutil from 4.0.7 to 4.0.8 #165

Workflow file for this run

name: Run unit tests
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Install Node.js dependencies
run: npm ci
- name: Run Unit Tests
run: npm run test