Skip to content

Bump node-fetch from 2.6.8 to 3.3.2 #47

Bump node-fetch from 2.6.8 to 3.3.2

Bump node-fetch from 2.6.8 to 3.3.2 #47

Workflow file for this run

name: eslint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: '16'
- run: npm ci
- run: npm run lint