Skip to content

fix: move to unbuild (#2) #10

fix: move to unbuild (#2)

fix: move to unbuild (#2) #10

Workflow file for this run

name: Build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install deps
uses: pnpm/action-setup@v4
with:
run_install: true
- name: Build
run: pnpm build