Skip to content

Bump the dev-dependencies group across 1 directory with 6 updates #309

Bump the dev-dependencies group across 1 directory with 6 updates

Bump the dev-dependencies group across 1 directory with 6 updates #309

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
node-version:
- 20.x
os:
- macos-latest
- ubuntu-latest
- windows-latest
runs-on:
${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build