Skip to content

bump minor version because of the breaking change on publish() #380

bump minor version because of the breaking change on publish()

bump minor version because of the breaking change on publish() #380

Workflow file for this run

name: test every commit
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: extractions/setup-just@v1
- run: just install-dependencies
- run: just test