Skip to content

update README with release instructions and package.json with new ver… #68

update README with release instructions and package.json with new ver…

update README with release instructions and package.json with new ver… #68

Workflow file for this run

name: ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.11.1
- name: Install deps and build dist
run: npm i
- run: npm run lint