Skip to content

Bump readable-stream from 3.6.0 to 4.4.2 #412

Bump readable-stream from 3.6.0 to 4.4.2

Bump readable-stream from 3.6.0 to 4.4.2 #412

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3.0.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm ci
npm test
env:
CI: true