Skip to content

chore: update changelog #60

chore: update changelog

chore: update changelog #60

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
setup:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: checkout
uses: actions/checkout@main
- name: install
run: yarn
- name: all
run: yarn run all