Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: 1.3.12
bun-version: 1.3.13
- run: bun install --frozen-lockfile
- run: bun run typecheck

Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: 1.3.12
bun-version: 1.3.13
- run: bun install --frozen-lockfile
- run: bun run lint

Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: 1.3.12
bun-version: 1.3.13
- run: bun install --frozen-lockfile
- run: bunx depcheck --ignores depcheck,@types/bun,@types/bun-types,vitest,@vitest/coverage-v8

Expand All @@ -79,11 +79,11 @@ jobs:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: 1.3.12
bun-version: 1.3.13
- run: bun install --frozen-lockfile
- name: Run Tests
run: bun run coverage
- uses: sonarsource/sonarqube-scan-action@v7.1.0
- uses: sonarsource/sonarqube-scan-action@v7.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

- uses: oven-sh/setup-bun@v2.2.0
with:
bun-version: 1.3.12
bun-version: 1.3.13

- uses: actions/setup-node@v6.3.0
- uses: actions/setup-node@v6.4.0
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
Expand Down
Loading