Skip to content

release: v0.3.0

release: v0.3.0 #14

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8
- uses: actions/[email protected]
with:
node-version: 18.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run ci