Skip to content

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /client #290

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /client

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /client #290

Workflow file for this run

name: build status
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm run test