Skip to content

update(README & CHANGELOG): add some updates and modify some details #6

update(README & CHANGELOG): add some updates and modify some details

update(README & CHANGELOG): add some updates and modify some details #6

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
smoke-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run smoke tests (no deps)
run: npm test