Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 #358

Bump follow-redirects from 1.15.3 to 1.15.4

Bump follow-redirects from 1.15.3 to 1.15.4 #358

Workflow file for this run

name: Test and build when pushing to a branch
on: push
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install monorepo dependencies
run: npm ci
- name: build monorepo packages
run: npx lerna run build
- name: test monorepo
run: npx lerna run test