Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

chore: release v0.5.0 #19

chore: release v0.5.0

chore: release v0.5.0 #19

Workflow file for this run

name: Build Test
on:
- push
- pull_request
jobs:
test:
name: Test build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
run_install: true
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Build test
run: pnpm build