Skip to content

build(deps): bump follow-redirects from 1.15.2 to 1.15.6 #91

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

build(deps): bump follow-redirects from 1.15.2 to 1.15.6 #91

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
eslint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: npm install and lint
run: |
npm install
npm run lint