Skip to content

Dependency: Bump vue from 3.4.33 to 3.5.12 in /StreamAwesome #452

Dependency: Bump vue from 3.4.33 to 3.5.12 in /StreamAwesome

Dependency: Bump vue from 3.4.33 to 3.5.12 in /StreamAwesome #452

Workflow file for this run

name: Build StreamAwesome
on:
workflow_dispatch:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
if: github.actor == 'sebinside' || github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Clone Font Awesome Overwrites ✌️
uses: actions/checkout@v2
with:
repository: sebinside/StreamAwesome-Overwrites
path: StreamAwesome/fonts
token: ${{ secrets.TOKEN }}
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install and Build 🔧
working-directory: StreamAwesome
run: |
yarn install
yarn run build