Skip to content

Bump vite from 4.5.0 to 5.0.10 #539

Bump vite from 4.5.0 to 5.0.10

Bump vite from 4.5.0 to 5.0.10 #539

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
'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-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.10.0' # selfup { "regex": "\\d[^']+", "script": "node --version | tr -d v" }
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