Skip to content

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 #21

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

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 #21

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Check format
run: npm run format:check
- name: Check lint
run: npm run lint:check