Skip to content

Bump version to 0.23.0 #2008

Bump version to 0.23.0

Bump version to 0.23.0 #2008

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