Skip to content

chore(deps): update babel monorepo #8852

chore(deps): update babel monorepo

chore(deps): update babel monorepo #8852

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '18'
cache: 'npm'
- name: Install npm@9
run: npm i -g npm@9
- name: Install
run: npm ci --prefer-offline
- name: Alex
run: npm run alex
- name: Prettier
run: npm run prettier -- --list-different
- name: Eslint
run: npm run eslint -- --max-warnings 0