Skip to content

build(deps): bump follow-redirects from 1.15.1 to 1.15.4 #139

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

build(deps): bump follow-redirects from 1.15.1 to 1.15.4 #139

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- develop
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 14.21
cache: 'npm'
- name: Install dependencies 💚
run: npm install
- name: Lint
run: npm run lint