Skip to content

build(deps-dev): Bump vite-plugin-pwa from 0.19.8 to 0.21.0 #220

build(deps-dev): Bump vite-plugin-pwa from 0.19.8 to 0.21.0

build(deps-dev): Bump vite-plugin-pwa from 0.19.8 to 0.21.0 #220

Workflow file for this run

name: Run Unit Tests
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 # Setup bun
with:
bun-version: latest
- run: bun install
- name: Run bun test
run: bun test