Skip to content

Dependency: Bump vue from 3.5.25 to 3.5.26 in /StreamAwesome #948

Dependency: Bump vue from 3.5.25 to 3.5.26 in /StreamAwesome

Dependency: Bump vue from 3.5.25 to 3.5.26 in /StreamAwesome #948

Workflow file for this run

name: Build StreamAwesome
on:
workflow_dispatch:
push:
pull_request:
types: [opened, synchronize, reopened]
env:
FONTAWESOME_VERSION: "6.6.0"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Download FontAwesome 📦
run: .devcontainer/setup-fontawesome-free.sh
- uses: actions/setup-node@v3
with:
node-version: "24"
- name: Install and Build 🔧
working-directory: StreamAwesome
run: |
npm install
npm run build