Skip to content

[Snyk] Upgrade regenerator-runtime from 0.13.7 to 0.14.0 #380

[Snyk] Upgrade regenerator-runtime from 0.13.7 to 0.14.0

[Snyk] Upgrade regenerator-runtime from 0.13.7 to 0.14.0 #380

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