Skip to content

fix: upgrade regenerator-runtime from 0.13.10 to 0.13.11 #260

fix: upgrade regenerator-runtime from 0.13.10 to 0.13.11

fix: upgrade regenerator-runtime from 0.13.10 to 0.13.11 #260

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"