Skip to content

build(deps): bump rollup from 4.21.2 to 4.22.4 #109

build(deps): bump rollup from 4.21.2 to 4.22.4

build(deps): bump rollup from 4.21.2 to 4.22.4 #109

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: '18'
- name: Installing deps
run: npm install
- name: Testing & Linting
run: |
npm run lint
npm run test
- name: Building packages
run: npm run build