Skip to content

chore(deps): bump braces and jest #31

chore(deps): bump braces and jest

chore(deps): bump braces and jest #31

Workflow file for this run

name: "build"
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm ci
- run: npm test