Skip to content

fix: upgrade regenerator-runtime from 0.13.7 to 0.14.0 #379

fix: upgrade regenerator-runtime from 0.13.7 to 0.14.0

fix: upgrade regenerator-runtime from 0.13.7 to 0.14.0 #379

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [12]
steps:
- name: Checkout
uses: actions/checkout@v1.0.0
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Test
run: yarn test