Skip to content

Pegasus update to version 2026.7.2 (translations) #26

Pegasus update to version 2026.7.2 (translations)

Pegasus update to version 2026.7.2 (translations) #26

name: Build Front End
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build Django front end
run: npm run build
- name: Check types
run: npm run type-check