Skip to content

Update dependency node-fetch to v3 [SECURITY] #306

Update dependency node-fetch to v3 [SECURITY]

Update dependency node-fetch to v3 [SECURITY] #306

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
name: Static code analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: npm install
- run: npm run check