Skip to content

Bump vue from 2.6.14 to 3.4.35 #646

Bump vue from 2.6.14 to 3.4.35

Bump vue from 2.6.14 to 3.4.35 #646

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: npm ci
- name: Run tests πŸ§ͺ
run: npm t
- name: Build πŸ”§
run: npm run build
- name: Deploy πŸš€
if: github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist