Skip to content

build(deps): bump follow-redirects from 1.14.8 to 1.15.4 #92

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

build(deps): bump follow-redirects from 1.14.8 to 1.15.4 #92

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request: {}
jobs:
test:
name: Test & Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test