Skip to content

Bump @babel/core from 7.24.9 to 7.26.0 in /client #1229

Bump @babel/core from 7.24.9 to 7.26.0 in /client

Bump @babel/core from 7.24.9 to 7.26.0 in /client #1229

Workflow file for this run

name: ESLint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
- run: npm install -g npm@10
- run: npm ci
- run: npm run ci-lint