Skip to content

chore(deps-dev): bump @babel/core from 7.29.0 to 7.29.7 #1690

chore(deps-dev): bump @babel/core from 7.29.0 to 7.29.7

chore(deps-dev): bump @babel/core from 7.29.0 to 7.29.7 #1690

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
test:
name: Run JS tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: yarn test:ci
- name: Upload coverage report
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
with:
directory: coverage