Skip to content

ci: add macOS 12 hosts for building finch-core lima archive (#743) #1198

ci: add macOS 12 hosts for building finch-core lima archive (#743)

ci: add macOS 12 hosts for building finch-core lima archive (#743) #1198

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '*.md'
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm run build
- run: npm run test