Build(deps-dev): bump vite from 4.5.5 to 6.0.6 in /packages/PlanLimitsUI #936
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Plan Limits UI | |
on: | |
push: | |
paths: | |
- .github/workflows/plan-limits-ui.yml | |
- packages/LocalInfrastructure/** | |
- packages/PlanLimitsUI/** | |
jobs: | |
build: | |
name: Build | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: ./packages/PlanLimitsUI | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Build app | |
run: ./batect --config-var git_sha=${GITHUB_SHA} --config-var linz_api_key=${{ secrets.LINZ_API_KEY }} build |