Skip to content

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 #321

build(deps): bump follow-redirects from 1.15.3 to 1.15.4

build(deps): bump follow-redirects from 1.15.3 to 1.15.4 #321

Workflow file for this run

name: Lint / Unit tests
on: ['push']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test