Skip to content

Bump vite from 5.4.8 to 5.4.10 #608

Bump vite from 5.4.8 to 5.4.10

Bump vite from 5.4.8 to 5.4.10 #608

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: πŸš€ - staging
'on':
pull_request:
paths:
- '.github/workflows/firebase-hosting-pull-request.yml'
- 'public/**'
- 'src/**'
- '.firebaserc'
- 'elm.json'
- '*.html'
- 'package*.json'
- 'tsconfig.json'
- 'vite.config.*'
jobs:
build_and_preview:
timeout-minutes: 30
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository) && (github.actor != 'dependabot[bot]') }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: npm
- name: Install npm dependencies
run: npm ci --ignore-scripts
- name: Load elm # Workaround to avoid `node_modules/elm/bin/elm: Text file busy`
run: npx elm --version || true
- name: Specify actual commit ref for revisions
run: echo VITE_COMMIT_REF=${{ github.event.pull_request.head.sha }} > .env
- name: Build
run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MOBU_ELM }}'
projectId: mobu-elm