Skip to content

Bump vue from 2.7.16 to 3.5.12 #2357

Bump vue from 2.7.16 to 3.5.12

Bump vue from 2.7.16 to 3.5.12 #2357

Workflow file for this run

name: Preview Staging
on:
pull_request_target:
branches:
- develop
# https://ashishb.net/tech/common-pitfalls-of-github-actions/
jobs:
build_and_preview_website:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Check out the pull request HEAD
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: 20
cache: "npm"
- name: Build
run: |
npm ci
cd ./functions && npm ci && cd ..
npm run test:unit
npm run build-staging
- name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEV }}"
projectId: dvc-rofr-stats-dev
expires: 30d