Skip to content

[Snyk] Upgrade node-fetch from 2.6.1 to 2.7.0 #77

[Snyk] Upgrade node-fetch from 2.6.1 to 2.7.0

[Snyk] Upgrade node-fetch from 2.6.1 to 2.7.0 #77

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- run: npm run build