Skip to content

build(deps): bump follow-redirects from 1.15.2 to 1.15.5 #6

build(deps): bump follow-redirects from 1.15.2 to 1.15.5

build(deps): bump follow-redirects from 1.15.2 to 1.15.5 #6

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Setup workspace
run: yarn install --frozen-lockfile
- name: Format check
run: yarn run format:check
- name: Run test
run: yarn run test