Skip to content

Bump alembic from 1.17.2 to 1.18.0 in /server #2015

Bump alembic from 1.17.2 to 1.18.0 in /server

Bump alembic from 1.17.2 to 1.18.0 in /server #2015

Workflow file for this run

name: Lint & Format (ESLint + Prettier)
on: [push]
jobs:
run-node-lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 24
- run: npm ci
- run: npm run ci-lint