Skip to content

Change runtime from node to bun #4

Change runtime from node to bun

Change runtime from node to bun #4

Workflow file for this run

name: build and test
on: [push, pull_request]
jobs:
my-job:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build
- run: bun test