Skip to content

updated dependencies #52

updated dependencies

updated dependencies #52

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
registry-url: 'https://registry.npmjs.org/'
- run: bun install
- run: bun test