Skip to content

[bot] [DO NOT MERGE] Test Auspice PR 1765 #18

[bot] [DO NOT MERGE] Test Auspice PR 1765

[bot] [DO NOT MERGE] Test Auspice PR 1765 #18

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- run: npm ci
- run: npm run build