Skip to content

Bump whatwg-fetch from 3.6.2 to 3.6.17 in /dashboard #2054

Bump whatwg-fetch from 3.6.2 to 3.6.17 in /dashboard

Bump whatwg-fetch from 3.6.2 to 3.6.17 in /dashboard #2054

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and Build
run: |
cd dashboard
yarn install
yarn build