Skip to content

Bump vue from 2.7.14 to 3.3.1 #753

Bump vue from 2.7.14 to 3.3.1

Bump vue from 2.7.14 to 3.3.1 #753

Workflow file for this run

# GENERATED CONTENT
# remove repo from adrianjost/.github/synced/workflows/generator.js before editing
name: CI
'on': push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Build Project
run: npm run build