Skip to content

Build Check

Build Check #1250

Workflow file for this run

name: Build Check
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
branches:
- main
- v5.*
schedule:
- # build runs every weekday at 4:15AM UTC
- cron: '15 4 * * *'
env:
FORCE_COLOR: 2
NODE: 22
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [22.x]
runs-on: ${{ matrix.platform }}
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.node-version }}
- name: Install npm dependencies
run: npm ci
- name: Run build
run: npm run build
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy