Skip to content

bump version: v0.3.0-canary.4 #41

bump version: v0.3.0-canary.4

bump version: v0.3.0-canary.4 #41

Workflow file for this run

name: Build
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run all