Skip to content

version bump for all the big fixes today (#140) #41

version bump for all the big fixes today (#140)

version bump for all the big fixes today (#140) #41

Workflow file for this run

name: Javascript checks
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run typecheck