Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
steps:
- uses: actions/checkout@v6.0.1
- uses: oven-sh/setup-bun@v2.1.0
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.1.2
- run: bunx vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
- run: bunx vercel build --token=${{ secrets.VERCEL_TOKEN }}
- run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
steps:
- uses: actions/checkout@v6.0.1
- uses: oven-sh/setup-bun@v2.1.0
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.1.2
- run: bunx vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- run: bunx vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- run: |
Expand All @@ -34,7 +34,7 @@ jobs:
id: deployment
- name: Create Version PR or Deploy to Pages
id: changesets
uses: changesets/action@v1.5.3
uses: changesets/action@v1.6.0
with:
commit: "chore(release): version packages"
title: "chore(release): version packages"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
env:
TURBO_FORCE: true
steps:
- uses: actions/checkout@v6.0.1
- uses: oven-sh/setup-bun@v2.1.0
- uses: actions/checkout@v6.0.2
- uses: oven-sh/setup-bun@v2.1.2
- run: bun ci
- run: bun biome ci --reporter=github
- run: bun run cov