Skip to content

[DO NOT MERGE] Revert "Bump auspice from 2.56.1 to 2.57.0" #49

[DO NOT MERGE] Revert "Bump auspice from 2.56.1 to 2.57.0"

[DO NOT MERGE] Revert "Bump auspice from 2.56.1 to 2.57.0" #49

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