Skip to content

Revert back to using our own file streaming #141

Revert back to using our own file streaming

Revert back to using our own file streaming #141

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test