Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #81

build(deps-dev): bump braces from 3.0.2 to 3.0.3

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #81

Workflow file for this run

name: 'Recharts React Smooth'
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
smooth-job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Installing deps
run: npm install
- name: Testing & Linting
run: |
npm run lint
npm run test
- name: Building packages
run: npm run build