Skip to content

fix(deps): update dependency marked to v12.0.2 #2402

fix(deps): update dependency marked to v12.0.2

fix(deps): update dependency marked to v12.0.2 #2402

Workflow file for this run

name: Test
on:
push:
branches:
- main
- renovate/**
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Generate static pages
run: bun run build