Skip to content

chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 (#76) #177

chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 (#76)

chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 (#76) #177

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install
run: npm install
- name: build
run: npm run build
- name: unit-test
run: npm run test:unit