Skip to content

v2.4.0 follow-up: drop ReadableStream global polyfill, scope it to th… #147

v2.4.0 follow-up: drop ReadableStream global polyfill, scope it to th…

v2.4.0 follow-up: drop ReadableStream global polyfill, scope it to th… #147

Workflow file for this run

name: Run Tests
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm run test