Skip to content

chore(deps): bump better-auth from 1.3.30 to 1.4.18 in the better-auth group #10

chore(deps): bump better-auth from 1.3.30 to 1.4.18 in the better-auth group

chore(deps): bump better-auth from 1.3.30 to 1.4.18 in the better-auth group #10

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
merge_group:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && pnpm lint
generate:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && git diff --exit-code
build:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && pnpm run setup && bash .github/start.sh
test:
uses: ./.github/workflows/run.yml
secrets: inherit
with:
cmd: pnpm build && pnpm run setup && pnpm test:unit