Skip to content

chore: bump version v0.2.0 #27

chore: bump version v0.2.0

chore: bump version v0.2.0 #27

Workflow file for this run

name: CI checks
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
- run: npm test