Skip to content

build(deps-dev): bump rollup from 4.14.1 to 4.14.3 (#518) #960

build(deps-dev): bump rollup from 4.14.1 to 4.14.3 (#518)

build(deps-dev): bump rollup from 4.14.1 to 4.14.3 (#518) #960

Workflow file for this run

name: Treeshake
on: [push, pull_request]
jobs:
treeshake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'
- name: Yarn install
run: yarn install
- name: Build
run: yarn build
- name: Run agadoo
run: yarn test:treeshake