Skip to content

chore: bump version to 1.1.1 #1043

chore: bump version to 1.1.1

chore: bump version to 1.1.1 #1043

Workflow file for this run

name: Node CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run Unit Tests
run: npm run test:unit