Skip to content

chore(deps-dev): bump eslint-config-next from 16.2.10 to 16.3.4 #18

chore(deps-dev): bump eslint-config-next from 16.2.10 to 16.3.4

chore(deps-dev): bump eslint-config-next from 16.2.10 to 16.3.4 #18

Workflow file for this run

name: Docs CI
on:
push:
branches: [main, dev]
pull_request:
jobs:
docs-tests:
name: Docs App Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm install --legacy-peer-deps --foreground-scripts --no-fund
- run: npm run build
working-directory: apps/docs