build(deps-dev): bump eslint from 9.7.0 to 9.11.1 #265
Workflow file for this run
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
# This file was auto-generated by the Firebase CLI | |
# https://github.com/firebase/firebase-tools | |
name: Dev | |
'on': pull_request | |
permissions: write-all | |
jobs: | |
preview: | |
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' | |
environment: | |
name: Dev | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install Dependancies | |
run: npm install --legacy-peer-deps # Remove this flag once eslint flat config is no longer breaking peer dependencies | |
- name: Build Application | |
run: npm run build | |
env: | |
VITE_P2P_SERVER_URI: ${{ secrets.P2P_SERVER_URI }} | |
VITE_P2P_SERVER_KEY: ${{ secrets.P2P_SERVER_KEY }} | |
- name: Deploy Application | |
uses: FirebaseExtended/action-hosting-deploy@v0 | |
with: | |
repoToken: '${{ secrets.GITHUB_TOKEN }}' | |
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MADLIBS_408303 }}' | |
projectId: madlibs-408303 |