Skip to content

chore: migrate to bun #181

chore: migrate to bun

chore: migrate to bun #181

Workflow file for this run

name: Node
on:
push:
branches:
- "main"
tags:
- 'v*'
jobs:
node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup target add wasm32-wasi
- uses: oven-sh/setup-bun@v1
- run: make bootstrap
- run: make build
- run: make test