Skip to content

chore(deps): bump node-fetch from 2.7.0 to 3.3.2 #4738

chore(deps): bump node-fetch from 2.7.0 to 3.3.2

chore(deps): bump node-fetch from 2.7.0 to 3.3.2 #4738

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node v14
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm install
- name: Run ESLint
run: ./node_modules/.bin/eslint .