chore(deps): update dependency @types/node to v20.5.4 #396
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: Deploy to Firebase Hosting on PR | |
'on': | |
pull_request: | |
paths-ignore: | |
- '.github/workflows/dependency-review.yml' | |
- '.github/workflows/main.yml' | |
- '.editorconfig' | |
- '**.md' | |
- '.vscode/**' | |
- 'dprint.json' | |
- 'renovate.json' | |
- '.eslintrc.yml' | |
jobs: | |
build_and_preview: | |
if: ${{ (github.event.pull_request.head.repo.full_name == github.repository) && (github.actor != 'renovate[bot]') }} | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
cache: npm | |
node-version-file: '.node-version' | |
- name: install dependencies | |
run: npm ci --ignore-scripts | |
- name: Specify actual commit ref for revisions | |
run: echo VITE_COMMIT_REF=${{ github.event.pull_request.head.sha }} > .env | |
- run: npm run build | |
- uses: FirebaseExtended/action-hosting-deploy@v0 | |
with: | |
repoToken: '${{ secrets.GITHUB_TOKEN }}' | |
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_MOBU_WAIWAI }}' | |
projectId: mobu-waiwai |