Skip to content

chore(deps): update dependency @types/node-fetch to v2.6.11 #190

chore(deps): update dependency @types/node-fetch to v2.6.11

chore(deps): update dependency @types/node-fetch to v2.6.11 #190

Workflow file for this run

name: Linting
on: push
jobs:
lint:
name: Lint (ESLint)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint