Skip to content

Update .pages.yml (via Pages CMS) #1473

Update .pages.yml (via Pages CMS)

Update .pages.yml (via Pages CMS) #1473

Workflow file for this run

---
name: CI
on: [push]
jobs:
build:
name: Build, lint, and test on Node 20.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci
- uses: pre-commit/action@v3.0.1
- run: npm run build