Skip to content

Merge branch 'r/18.x' of gregorydlogan/admin-interface into r/18.x #354

Merge branch 'r/18.x' of gregorydlogan/admin-interface into r/18.x

Merge branch 'r/18.x' of gregorydlogan/admin-interface into r/18.x #354

Workflow file for this run

name: Build » Test build
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
check-npm-build:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Get Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run npm ci
run: npm ci
- name: Build the app
run: npm run build