Skip to content

build(deps): bump follow-redirects from 1.15.5 to 1.15.6 #10

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

build(deps): bump follow-redirects from 1.15.5 to 1.15.6 #10

Workflow file for this run

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