Skip to content

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

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 #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint