Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

chore(deps): update babel monorepo to v7.28.6 #1638

chore(deps): update babel monorepo to v7.28.6

chore(deps): update babel monorepo to v7.28.6 #1638

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: ['**']
permissions:
contents: read
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install modules
run: npm install
- name: Run Tests
run: npm test