Skip to content

Commit

Permalink
One more try D:
Browse files Browse the repository at this point in the history
  • Loading branch information
tjovcheska committed Jan 30, 2025
1 parent 0cc583a commit 1fff587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
file: ${{ fromJson(needs.test-setup.outputs.matrix) }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4

- name: Setup Node.js 20.x
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion apps/widget-builder/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function Home() {
},
}}
>
Enter Builder Text
Enter Builder
</Button>
<BookDemoBtn
sx={{
Expand Down

0 comments on commit 1fff587

Please sign in to comment.