Skip to content

bump dependencies

bump dependencies #886

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.8
- name: Install dependencies
run: bun install
- name: Run build script
run: bun run build