Skip to content

Commit

Permalink
Add explicit version of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
tjovcheska committed Jan 30, 2025
1 parent c19f965 commit d8c7d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.12.0

- 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
Enter Builder Text
</Button>
<BookDemoBtn
sx={{
Expand Down

0 comments on commit d8c7d45

Please sign in to comment.