Skip to content

build(deps): bump is-stream from 3.0.0 to 4.0.1 (#286) #961

build(deps): bump is-stream from 3.0.0 to 4.0.1 (#286)

build(deps): bump is-stream from 3.0.0 to 4.0.1 (#286) #961

Workflow file for this run

name: Build status
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ubuntu-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Run npm test
env:
CI: true
run: |
npm ci
npm run build --if-present
npm test -- --watch=false