Skip to content

chore(ci): switch nodejs to bun #16

chore(ci): switch nodejs to bun

chore(ci): switch nodejs to bun #16

Workflow file for this run

name: CI tests
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.27
- name: 📥 Download deps
run: bun install
- name: ⎔ Build package
run: bun run build