Skip to content

build(deps): Bump get-func-name from 2.0.0 to 2.0.2 #377

build(deps): Bump get-func-name from 2.0.0 to 2.0.2

build(deps): Bump get-func-name from 2.0.0 to 2.0.2 #377

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