Skip to content

ci(deps): update babel monorepo to v7.25.8 #367

ci(deps): update babel monorepo to v7.25.8

ci(deps): update babel monorepo to v7.25.8 #367

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build_and_test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Install dependencies
run: yarn
- name: Test
run: yarn test
- name: Build
run: yarn build