Skip to content

chore(deps): update dependency @types/readable-stream to v4.0.22 #71

chore(deps): update dependency @types/readable-stream to v4.0.22

chore(deps): update dependency @types/readable-stream to v4.0.22 #71

Workflow file for this run

name: Run Lint and Tests
on:
pull_request:
branches:
- main
- alpha
- beta
- next
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run types