Skip to content

chore(deps): bump next from 14.2.5 to 14.2.10 in /ui #521

chore(deps): bump next from 14.2.5 to 14.2.10 in /ui

chore(deps): bump next from 14.2.5 to 14.2.10 in /ui #521

Workflow file for this run

---
name: cicd
on:
push:
branches:
- main
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
build:
needs:
- lint
- test
uses: ./.github/workflows/build.yaml