Skip to content

fix: upgrade regenerator-runtime from 0.13.9 to 0.13.10 (#44) #273

fix: upgrade regenerator-runtime from 0.13.9 to 0.13.10 (#44)

fix: upgrade regenerator-runtime from 0.13.9 to 0.13.10 (#44) #273

Workflow file for this run

name: Branch
on: [push]
jobs:
build-and-analyze:
runs-on: ubuntu-latest
steps:
- name: "Checkout changes"
uses: actions/checkout@v2
- name: "Install"
run: "yarn install"
- name: "Build"
run: "yarn build"
- name: "Lint"
run: "yarn lint"
- name: "Test"
run: "yarn test"