Skip to content

Bump vue-router from 3.5.3 to 3.6.5 in /src/frontend #620

Bump vue-router from 3.5.3 to 3.6.5 in /src/frontend

Bump vue-router from 3.5.3 to 3.6.5 in /src/frontend #620

on:
push:
branches:
- '*'
- '!master'
pull_request:
branches:
- 'master'
name: Test frontend build
jobs:
frontend-build:
name: Build frontend
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build frontend
run: |
pushd src/frontend
npm install
npm run generate
popd