Skip to content

chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 #1199

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

chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 #1199

Workflow file for this run

name: 'ESLint error report'
on:
pull_request:
branches:
- develop
- main
jobs:
ubuntu-job:
name: 'ESLint on Ubuntu'
runs-on: ubuntu-latest # Can be self-hosted runner also
steps:
- name: 'Checkout the repository'
uses: actions/checkout@v2
- name: Upgrade npm to latest version
run: sudo npm i -g npm@latest
- name: 'Install Node Modules'
run: npm install
- name: 'Running ESLint only showing errors'
run: npm run lint:errors