Skip to content

Bump @babel/cli from 7.25.9 to 7.26.4 #2316

Bump @babel/cli from 7.25.9 to 7.26.4

Bump @babel/cli from 7.25.9 to 7.26.4 #2316

Workflow file for this run

name: CI
on: pull_request
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install and run CI
run: |
yarn
yarn run ci