Skip to content

Update babel monorepo to v7.25.8 #2231

Update babel monorepo to v7.25.8

Update babel monorepo to v7.25.8 #2231

Workflow file for this run

name: Node.js CI
on: [push, workflow_dispatch]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: install
run: yarn install --frozen-lockfile
- name: build
run: yarn build
- name: test
run: yarn test
env:
CI: true
# for jest
FORCE_COLOR: true