Skip to content

chore(deps): bump fetch-blob from 3.2.0 to 4.0.0 #4

chore(deps): bump fetch-blob from 3.2.0 to 4.0.0

chore(deps): bump fetch-blob from 3.2.0 to 4.0.0 #4

Workflow file for this run

name: CI
on:
pull_request:
paths:
- "**.js"
- "**eslint**"
- "package.json"
- ".github/workflows/lint.yml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- run: npm install
- run: npm run lint