Skip to content

chore: bump meerkat package versions #380

chore: bump meerkat package versions

chore: bump meerkat package versions #380

Workflow file for this run

name: Build & Test on PR checks
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- run: npm ci
- run: npx nx run-many --target=build --all --parallel
- run: npx nx run-many --target=test --all --parallel
- run: npx nx run-many --target=lint --all --parallel