Skip to content

build(deps-dev): bump @babel/plugin-transform-runtime from 7.23.6 to 7.24.3 #938

build(deps-dev): bump @babel/plugin-transform-runtime from 7.23.6 to 7.24.3

build(deps-dev): bump @babel/plugin-transform-runtime from 7.23.6 to 7.24.3 #938

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